summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2004-12-29 13:53:40 +0000
committerAntony Dovgal <tony2001@php.net>2004-12-29 13:53:40 +0000
commit0460f73db2479accc3ac9b77333525a6b74a921e (patch)
tree6f278515419e62fa07f747018c0be0eedd71f584
parent57fa54af2d6b1cc97f20c4a993a8d15034897fe8 (diff)
downloadphp-git-0460f73db2479accc3ac9b77333525a6b74a921e.tar.gz
MFB: fix 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 3820cc9f1c..69380d8229 100755
--- a/ext/spl/spl_iterators.c
+++ b/ext/spl/spl_iterators.c
@@ -1339,7 +1339,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;
@@ -1394,7 +1394,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;