From 6528b1b0b477ba87920aff43f176717c70cf27d6 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Wed, 29 Dec 2004 16:11:42 +0000 Subject: [PATCH] more typos --- ext/spl/spl_iterators.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.50.1