summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2009-01-14 16:33:26 +0000
committerAntony Dovgal <tony2001@php.net>2009-01-14 16:33:26 +0000
commit373782999eb845356efe4a20903593f5b71804a5 (patch)
treee89a510d17cb23c1f05ea05398d1fbb0d2f5fe7d
parent4d84966e0523d7315e77c03c8e1f0c5c75fce3e9 (diff)
downloadphp-git-373782999eb845356efe4a20903593f5b71804a5.tar.gz
fix typo
-rw-r--r--ext/date/tests/date_sun_info_variation2.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/date_sun_info_variation2.phpt b/ext/date/tests/date_sun_info_variation2.phpt
index 589749c4e3..9d04e4e3bc 100644
--- a/ext/date/tests/date_sun_info_variation2.phpt
+++ b/ext/date/tests/date_sun_info_variation2.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test date_sun_info() function : error variations - PAss unexepcted valuesfor latitude argument
+Test date_sun_info() function : error variations - Pass unexpected values for latitude argument
--FILE--
<?php
/* Prototype : array date_sun_info ( int $time , float $latitude , float $longitude )
@@ -489,4 +489,4 @@ array(9) {
Warning: date_sun_info() expects parameter 2 to be double, resource given in %s on line %d
bool(false)
-===Done=== \ No newline at end of file
+===Done===