From: Antony Dovgal Date: Wed, 29 Dec 2004 16:12:55 +0000 (+0000) Subject: MFH: more typos X-Git-Tag: php-5.0.4RC1~419 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3a5984f48794cbcfe02021a2a644b640470ee37;p=php MFH: more typos --- diff --git a/ext/spl/spl_iterators.c b/ext/spl/spl_iterators.c index 0265b84bea..ee2869a89d 100755 --- a/ext/spl/spl_iterators.c +++ b/ext/spl/spl_iterators.c @@ -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;