tony2001                Wed Dec 29 08:52:34 2004 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/spl    spl_iterators.c 
  Log:
  fix typos in protos
  
  
http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.38.2.5&r2=1.38.2.6&ty=u
Index: php-src/ext/spl/spl_iterators.c
diff -u php-src/ext/spl/spl_iterators.c:1.38.2.5 
php-src/ext/spl/spl_iterators.c:1.38.2.6
--- php-src/ext/spl/spl_iterators.c:1.38.2.5    Thu Nov 25 15:28:37 2004
+++ php-src/ext/spl/spl_iterators.c     Wed Dec 29 08:52:34 2004
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: spl_iterators.c,v 1.38.2.5 2004/11/25 20:28:37 zeev Exp $ */
+/* $Id: spl_iterators.c,v 1.38.2.6 2004/12/29 13:52:34 tony2001 Exp $ */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
@@ -1229,7 +1229,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;
@@ -1284,7 +1284,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