]> granicus.if.org Git - php/commitdiff
MFB: fix typos
authorAntony Dovgal <tony2001@php.net>
Wed, 29 Dec 2004 13:53:40 +0000 (13:53 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 29 Dec 2004 13:53:40 +0000 (13:53 +0000)
ext/spl/spl_iterators.c

index 3820cc9f1c3181783e6542b67f2c3f53bc0fb3f1..69380d822990724a484263f6346b08fbb634b42b 100755 (executable)
@@ -1339,7 +1339,7 @@ SPL_METHOD(CachingIterator, next)
 } /* }}} */
 
 /* {{{ 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 @@ SPL_METHOD(CachingRecursiveIterator, __construct)
 } /* }}} */
 
 /* {{{ 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;