summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2004-12-29 16:11:42 +0000
committerAntony Dovgal <tony2001@php.net>2004-12-29 16:11:42 +0000
commit6528b1b0b477ba87920aff43f176717c70cf27d6 (patch)
tree56b407ab334cd0922205f5c6368fe97b705eeae1
parent0460f73db2479accc3ac9b77333525a6b74a921e (diff)
downloadphp-git-6528b1b0b477ba87920aff43f176717c70cf27d6.tar.gz
more typos
-rwxr-xr-xext/spl/spl_iterators.c4
1 files 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;