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

index d089dfaad878b20201e7f32e073481bde7d673ea..0265b84bea79d44153064fabf7cc709a1e31f823 100755 (executable)
@@ -1229,7 +1229,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;
@@ -1284,7 +1284,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;