diff options
author | Zeev Suraski <zeev@php.net> | 2004-05-31 08:58:32 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2004-05-31 08:58:32 +0000 |
commit | 846c5a252ec4f90319d15aa4cf24ec45b2a8ac06 (patch) | |
tree | 85a38c9b4f4a23c842ebe1594676848715781931 | |
parent | 468ae7b88a0ec2a91d18ff524a11d3f962c7a7ca (diff) | |
download | php-git-846c5a252ec4f90319d15aa4cf24ec45b2a8ac06.tar.gz |
Fix typo
-rwxr-xr-x | ext/spl/spl_iterators.c | 2 |
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) { |