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

index 0265b84bea79d44153064fabf7cc709a1e31f823..ee2869a89d5fce822a78383268778e9be1f109ea 100755 (executable)
@@ -1240,7 +1240,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;
@@ -1295,7 +1295,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;