tony2001 Wed Dec 29 11:11:43 2004 EDT Modified files: /php-src/ext/spl spl_iterators.c Log: more typos http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.60&r2=1.61&ty=u Index: php-src/ext/spl/spl_iterators.c diff -u php-src/ext/spl/spl_iterators.c:1.60 php-src/ext/spl/spl_iterators.c:1.61 --- php-src/ext/spl/spl_iterators.c:1.60 Wed Dec 29 08:53:40 2004 +++ php-src/ext/spl/spl_iterators.c Wed Dec 29 11:11:42 2004 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: spl_iterators.c,v 1.60 2004/12/29 13:53:40 tony2001 Exp $ */ +/* $Id: spl_iterators.c,v 1.61 2004/12/29 16:11:42 tony2001 Exp $ */ #ifdef HAVE_CONFIG_H # include "config.h" @@ -1350,7 +1350,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; @@ -1405,7 +1405,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