From: Antony Dovgal Date: Wed, 29 Dec 2004 16:11:42 +0000 (+0000) Subject: more typos X-Git-Tag: RELEASE_0_2~443 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6528b1b0b477ba87920aff43f176717c70cf27d6;p=php more typos --- 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;