tony2001                Wed Dec 29 08:53:40 2004 EDT

  Modified files:              
    /php-src/ext/spl    spl_iterators.c 
  Log:
  MFB: fix typos
  
  
http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.59&r2=1.60&ty=u
Index: php-src/ext/spl/spl_iterators.c
diff -u php-src/ext/spl/spl_iterators.c:1.59 
php-src/ext/spl/spl_iterators.c:1.60
--- php-src/ext/spl/spl_iterators.c:1.59        Thu Nov 11 14:36:27 2004
+++ php-src/ext/spl/spl_iterators.c     Wed Dec 29 08:53:40 2004
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: spl_iterators.c,v 1.59 2004/11/11 19:36:27 helly Exp $ */
+/* $Id: spl_iterators.c,v 1.60 2004/12/29 13:53:40 tony2001 Exp $ */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
@@ -1339,7 +1339,7 @@
 } /* }}} */
 
 /* {{{ proto boolean CachingIterator::hasNext()
-   Cehck whether the inner iterator has a valid next element */
+   Check whether the inner iterator has a valid next element */
 SPL_METHOD(CachingIterator, hasNext)
 {
        spl_dual_it_object   *intern;
@@ -1394,7 +1394,7 @@
 } /* }}} */
 
 /* {{{ proto bolean CachingRecursiveIterator::hasChildren()
-   Cehck whether the current element of the inner iterator has children */
+   Check whether the current element of the inner iterator has children */
 SPL_METHOD(CachingRecursiveIterator, hasChildren)
 {
        spl_dual_it_object   *intern;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to