From: Antony Dovgal Date: Wed, 29 Dec 2004 13:52:34 +0000 (+0000) Subject: fix typos in protos X-Git-Tag: php-5.0.4RC1~420 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16daecc307ca4fa9f1204f6442baa7e5d83370ad;p=php fix typos in protos --- diff --git a/ext/spl/spl_iterators.c b/ext/spl/spl_iterators.c index d089dfaad8..0265b84bea 100755 --- a/ext/spl/spl_iterators.c +++ b/ext/spl/spl_iterators.c @@ -1229,7 +1229,7 @@ SPL_METHOD(CachingIterator, next) } /* }}} */ /* {{{ proto boolean CachingIterator::hasNext() - Cehck whether the inner iterator has a valid next element */ + Check whether the inner iterator has a valid next element */ SPL_METHOD(CachingIterator, hasNext) { spl_dual_it_object *intern; @@ -1284,7 +1284,7 @@ SPL_METHOD(CachingRecursiveIterator, __construct) } /* }}} */ /* {{{ proto bolean CachingRecursiveIterator::hasChildren() - Cehck whether the current element of the inner iterator has children */ + Check whether the current element of the inner iterator has children */ SPL_METHOD(CachingRecursiveIterator, hasChildren) { spl_dual_it_object *intern;