summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2004-05-31 08:58:32 +0000
committerZeev Suraski <zeev@php.net>2004-05-31 08:58:32 +0000
commit846c5a252ec4f90319d15aa4cf24ec45b2a8ac06 (patch)
tree85a38c9b4f4a23c842ebe1594676848715781931
parent468ae7b88a0ec2a91d18ff524a11d3f962c7a7ca (diff)
downloadphp-git-846c5a252ec4f90319d15aa4cf24ec45b2a8ac06.tar.gz
Fix typo
-rwxr-xr-xext/spl/spl_iterators.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_iterators.c b/ext/spl/spl_iterators.c
index 4abf27f375..f0a768c2c0 100755
--- a/ext/spl/spl_iterators.c
+++ b/ext/spl/spl_iterators.c
@@ -1265,7 +1265,7 @@ static zend_function_entry spl_funcs_CachingIterator[] = {
{NULL, NULL, NULL}
};
-/* {{{ proto CachingRecursiveIterator::__constrcut(RecursiveIterator $it)
+/* {{{ proto CachingRecursiveIterator::__construct(RecursiveIterator $it)
Create an iterator from a RecursiveIterator */
SPL_METHOD(CachingRecursiveIterator, __construct)
{