tony2001 Wed Dec 29 11:12:56 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/spl spl_iterators.c Log: MFH: more typos http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.38.2.6&r2=1.38.2.7&ty=u Index: php-src/ext/spl/spl_iterators.c diff -u php-src/ext/spl/spl_iterators.c:1.38.2.6 php-src/ext/spl/spl_iterators.c:1.38.2.7 --- php-src/ext/spl/spl_iterators.c:1.38.2.6 Wed Dec 29 08:52:34 2004 +++ php-src/ext/spl/spl_iterators.c Wed Dec 29 11:12:55 2004 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: spl_iterators.c,v 1.38.2.6 2004/12/29 13:52:34 tony2001 Exp $ */ +/* $Id: spl_iterators.c,v 1.38.2.7 2004/12/29 16:12:55 tony2001 Exp $ */ #ifdef HAVE_CONFIG_H # include "config.h" @@ -1240,7 +1240,7 @@ } /* }}} */ /* {{{ 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 @@ } /* }}} */ /* {{{ 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;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php