danielc                                  Thu, 21 Jul 2011 19:56:54 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=313556

Log:
Fix spelling error.

Changed paths:
    U   
php/php-src/branches/PHP_5_3/ext/date/tests/DateTime_data-fall-type2-type2.inc
    U   
php/php-src/branches/PHP_5_3/ext/date/tests/DateTime_data-fall-type2-type3.inc
    U   
php/php-src/branches/PHP_5_3/ext/date/tests/DateTime_data-fall-type3-type2.inc
    U   
php/php-src/branches/PHP_5_3/ext/date/tests/DateTime_data-fall-type3-type3.inc
    U   
php/php-src/branches/PHP_5_4/ext/date/tests/DateTime_data-fall-type2-type2.inc
    U   
php/php-src/branches/PHP_5_4/ext/date/tests/DateTime_data-fall-type2-type3.inc
    U   
php/php-src/branches/PHP_5_4/ext/date/tests/DateTime_data-fall-type3-type2.inc
    U   
php/php-src/branches/PHP_5_4/ext/date/tests/DateTime_data-fall-type3-type3.inc
    U   php/php-src/trunk/ext/date/tests/DateTime_data-fall-type2-type2.inc
    U   php/php-src/trunk/ext/date/tests/DateTime_data-fall-type2-type3.inc
    U   php/php-src/trunk/ext/date/tests/DateTime_data-fall-type3-type2.inc
    U   php/php-src/trunk/ext/date/tests/DateTime_data-fall-type3-type3.inc

Modified: php/php-src/branches/PHP_5_3/ext/date/tests/DateTime_data-fall-type2-type2.inc
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/DateTime_data-fall-type2-type2.inc	2011-07-21 19:45:18 UTC (rev 313555)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/DateTime_data-fall-type2-type2.inc	2011-07-21 19:56:54 UTC (rev 313556)
@@ -18,7 +18,7 @@
  * + st: standard time on the transition day  2010-11-07 03:16:55 EST
  * + post: the day after the transition day   2010-11-08 19:59:59 EST
  * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
- * + stsec: standard time first secodn        2010-11-07 01:00:00 EST
+ * + stsec: standard time first second        2010-11-07 01:00:00 EST
  */
 echo "test_time_fall_type2_prev_type2_prev: ";
 $end   = new DateTime('2010-11-06 18:38:28 EDT');  // prev, zt2

Modified: php/php-src/branches/PHP_5_3/ext/date/tests/DateTime_data-fall-type2-type3.inc
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/DateTime_data-fall-type2-type3.inc	2011-07-21 19:45:18 UTC (rev 313555)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/DateTime_data-fall-type2-type3.inc	2011-07-21 19:56:54 UTC (rev 313556)
@@ -18,7 +18,7 @@
  * + st: standard time on the transition day  2010-11-07 03:16:55 EST
  * + post: the day after the transition day   2010-11-08 19:59:59 EST
  * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
- * + stsec: standard time first secodn        2010-11-07 01:00:00 EST
+ * + stsec: standard time first second        2010-11-07 01:00:00 EST
  */
 echo "test_time_fall_type2_prev_type3_prev: ";
 $end   = new DateTime('2010-11-06 18:38:28');  // prev, zt3

Modified: php/php-src/branches/PHP_5_3/ext/date/tests/DateTime_data-fall-type3-type2.inc
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/DateTime_data-fall-type3-type2.inc	2011-07-21 19:45:18 UTC (rev 313555)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/DateTime_data-fall-type3-type2.inc	2011-07-21 19:56:54 UTC (rev 313556)
@@ -18,7 +18,7 @@
  * + st: standard time on the transition day  2010-11-07 03:16:55 EST
  * + post: the day after the transition day   2010-11-08 19:59:59 EST
  * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
- * + stsec: standard time first secodn        2010-11-07 01:00:00 EST
+ * + stsec: standard time first second        2010-11-07 01:00:00 EST
  */
 echo "test_time_fall_type3_prev_type2_prev: ";
 $end   = new DateTime('2010-11-06 18:38:28 EDT');  // prev, zt2

Modified: php/php-src/branches/PHP_5_3/ext/date/tests/DateTime_data-fall-type3-type3.inc
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/DateTime_data-fall-type3-type3.inc	2011-07-21 19:45:18 UTC (rev 313555)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/DateTime_data-fall-type3-type3.inc	2011-07-21 19:56:54 UTC (rev 313556)
@@ -18,7 +18,7 @@
  * + st: standard time on the transition day  2010-11-07 03:16:55
  * + post: the day after the transition day   2010-11-08 19:59:59
  * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT, + TZ
- * + stsec: standard time first secodn        2010-11-07 01:00:00 EST, + TZ
+ * + stsec: standard time first second        2010-11-07 01:00:00 EST, + TZ
  */
 echo "test_time_fall_type3_prev_type3_prev: ";
 $end   = new DateTime('2010-11-06 18:38:28');  // prev, zt3

Modified: php/php-src/branches/PHP_5_4/ext/date/tests/DateTime_data-fall-type2-type2.inc
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/DateTime_data-fall-type2-type2.inc	2011-07-21 19:45:18 UTC (rev 313555)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/DateTime_data-fall-type2-type2.inc	2011-07-21 19:56:54 UTC (rev 313556)
@@ -18,7 +18,7 @@
  * + st: standard time on the transition day  2010-11-07 03:16:55 EST
  * + post: the day after the transition day   2010-11-08 19:59:59 EST
  * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
- * + stsec: standard time first secodn        2010-11-07 01:00:00 EST
+ * + stsec: standard time first second        2010-11-07 01:00:00 EST
  */
 echo "test_time_fall_type2_prev_type2_prev: ";
 $end   = new DateTime('2010-11-06 18:38:28 EDT');  // prev, zt2

Modified: php/php-src/branches/PHP_5_4/ext/date/tests/DateTime_data-fall-type2-type3.inc
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/DateTime_data-fall-type2-type3.inc	2011-07-21 19:45:18 UTC (rev 313555)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/DateTime_data-fall-type2-type3.inc	2011-07-21 19:56:54 UTC (rev 313556)
@@ -18,7 +18,7 @@
  * + st: standard time on the transition day  2010-11-07 03:16:55 EST
  * + post: the day after the transition day   2010-11-08 19:59:59 EST
  * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
- * + stsec: standard time first secodn        2010-11-07 01:00:00 EST
+ * + stsec: standard time first second        2010-11-07 01:00:00 EST
  */
 echo "test_time_fall_type2_prev_type3_prev: ";
 $end   = new DateTime('2010-11-06 18:38:28');  // prev, zt3

Modified: php/php-src/branches/PHP_5_4/ext/date/tests/DateTime_data-fall-type3-type2.inc
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/DateTime_data-fall-type3-type2.inc	2011-07-21 19:45:18 UTC (rev 313555)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/DateTime_data-fall-type3-type2.inc	2011-07-21 19:56:54 UTC (rev 313556)
@@ -18,7 +18,7 @@
  * + st: standard time on the transition day  2010-11-07 03:16:55 EST
  * + post: the day after the transition day   2010-11-08 19:59:59 EST
  * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
- * + stsec: standard time first secodn        2010-11-07 01:00:00 EST
+ * + stsec: standard time first second        2010-11-07 01:00:00 EST
  */
 echo "test_time_fall_type3_prev_type2_prev: ";
 $end   = new DateTime('2010-11-06 18:38:28 EDT');  // prev, zt2

Modified: php/php-src/branches/PHP_5_4/ext/date/tests/DateTime_data-fall-type3-type3.inc
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/DateTime_data-fall-type3-type3.inc	2011-07-21 19:45:18 UTC (rev 313555)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/DateTime_data-fall-type3-type3.inc	2011-07-21 19:56:54 UTC (rev 313556)
@@ -18,7 +18,7 @@
  * + st: standard time on the transition day  2010-11-07 03:16:55
  * + post: the day after the transition day   2010-11-08 19:59:59
  * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT, + TZ
- * + stsec: standard time first secodn        2010-11-07 01:00:00 EST, + TZ
+ * + stsec: standard time first second        2010-11-07 01:00:00 EST, + TZ
  */
 echo "test_time_fall_type3_prev_type3_prev: ";
 $end   = new DateTime('2010-11-06 18:38:28');  // prev, zt3

Modified: php/php-src/trunk/ext/date/tests/DateTime_data-fall-type2-type2.inc
===================================================================
--- php/php-src/trunk/ext/date/tests/DateTime_data-fall-type2-type2.inc	2011-07-21 19:45:18 UTC (rev 313555)
+++ php/php-src/trunk/ext/date/tests/DateTime_data-fall-type2-type2.inc	2011-07-21 19:56:54 UTC (rev 313556)
@@ -18,7 +18,7 @@
  * + st: standard time on the transition day  2010-11-07 03:16:55 EST
  * + post: the day after the transition day   2010-11-08 19:59:59 EST
  * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
- * + stsec: standard time first secodn        2010-11-07 01:00:00 EST
+ * + stsec: standard time first second        2010-11-07 01:00:00 EST
  */
 echo "test_time_fall_type2_prev_type2_prev: ";
 $end   = new DateTime('2010-11-06 18:38:28 EDT');  // prev, zt2

Modified: php/php-src/trunk/ext/date/tests/DateTime_data-fall-type2-type3.inc
===================================================================
--- php/php-src/trunk/ext/date/tests/DateTime_data-fall-type2-type3.inc	2011-07-21 19:45:18 UTC (rev 313555)
+++ php/php-src/trunk/ext/date/tests/DateTime_data-fall-type2-type3.inc	2011-07-21 19:56:54 UTC (rev 313556)
@@ -18,7 +18,7 @@
  * + st: standard time on the transition day  2010-11-07 03:16:55 EST
  * + post: the day after the transition day   2010-11-08 19:59:59 EST
  * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
- * + stsec: standard time first secodn        2010-11-07 01:00:00 EST
+ * + stsec: standard time first second        2010-11-07 01:00:00 EST
  */
 echo "test_time_fall_type2_prev_type3_prev: ";
 $end   = new DateTime('2010-11-06 18:38:28');  // prev, zt3

Modified: php/php-src/trunk/ext/date/tests/DateTime_data-fall-type3-type2.inc
===================================================================
--- php/php-src/trunk/ext/date/tests/DateTime_data-fall-type3-type2.inc	2011-07-21 19:45:18 UTC (rev 313555)
+++ php/php-src/trunk/ext/date/tests/DateTime_data-fall-type3-type2.inc	2011-07-21 19:56:54 UTC (rev 313556)
@@ -18,7 +18,7 @@
  * + st: standard time on the transition day  2010-11-07 03:16:55 EST
  * + post: the day after the transition day   2010-11-08 19:59:59 EST
  * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT
- * + stsec: standard time first secodn        2010-11-07 01:00:00 EST
+ * + stsec: standard time first second        2010-11-07 01:00:00 EST
  */
 echo "test_time_fall_type3_prev_type2_prev: ";
 $end   = new DateTime('2010-11-06 18:38:28 EDT');  // prev, zt2

Modified: php/php-src/trunk/ext/date/tests/DateTime_data-fall-type3-type3.inc
===================================================================
--- php/php-src/trunk/ext/date/tests/DateTime_data-fall-type3-type3.inc	2011-07-21 19:45:18 UTC (rev 313555)
+++ php/php-src/trunk/ext/date/tests/DateTime_data-fall-type3-type3.inc	2011-07-21 19:56:54 UTC (rev 313556)
@@ -18,7 +18,7 @@
  * + st: standard time on the transition day  2010-11-07 03:16:55
  * + post: the day after the transition day   2010-11-08 19:59:59
  * + dtsec: daylight time 1 sec before change 2010-11-07 01:59:59 EDT, + TZ
- * + stsec: standard time first secodn        2010-11-07 01:00:00 EST, + TZ
+ * + stsec: standard time first second        2010-11-07 01:00:00 EST, + TZ
  */
 echo "test_time_fall_type3_prev_type3_prev: ";
 $end   = new DateTime('2010-11-06 18:38:28');  // prev, zt3
-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to