]> granicus.if.org Git - php/commitdiff
more typos
authorAntony Dovgal <tony2001@php.net>
Wed, 29 Dec 2004 16:11:42 +0000 (16:11 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 29 Dec 2004 16:11:42 +0000 (16:11 +0000)
ext/spl/spl_iterators.c

index 69380d822990724a484263f6346b08fbb634b42b..a97aceb2f091c8fa0c33f35b65d33a2195ef7fdb 100755 (executable)
@@ -1350,7 +1350,7 @@ SPL_METHOD(CachingIterator, hasNext)
 } /* }}} */
 
 /* {{{ proto string CachingIterator::__toString()
-   Retrun the string representation of the current element */
+   Return the string representation of the current element */
 SPL_METHOD(CachingIterator, __toString)
 {
        spl_dual_it_object   *intern;
@@ -1405,7 +1405,7 @@ SPL_METHOD(CachingRecursiveIterator, hasChildren)
 } /* }}} */
 
 /* {{{ proto CachingRecursiveIterator CachingRecursiveIterator::getChildren()
-  Return the inenr iteraor's children as a CachingRecursiveIterator */
+  Return the inner iterator's children as a CachingRecursiveIterator */
 SPL_METHOD(CachingRecursiveIterator, getChildren)
 {
        spl_dual_it_object   *intern;