diff options
-rwxr-xr-x | ext/spl/spl_iterators.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/spl_iterators.c b/ext/spl/spl_iterators.c index 69380d8229..a97aceb2f0 100755 --- a/ext/spl/spl_iterators.c +++ b/ext/spl/spl_iterators.c @@ -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; |