]> granicus.if.org Git - php/commitdiff
Fix typo
authorZeev Suraski <zeev@php.net>
Mon, 31 May 2004 08:58:32 +0000 (08:58 +0000)
committerZeev Suraski <zeev@php.net>
Mon, 31 May 2004 08:58:32 +0000 (08:58 +0000)
ext/spl/spl_iterators.c

index 4abf27f37519bb2d468fdfc139aeb1f593ed1b22..f0a768c2c00df6084f101b430435c36356047786 100755 (executable)
@@ -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)
 {