summaryrefslogtreecommitdiff
path: root/ext/spl/internal/recursivecachingiterator.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/internal/recursivecachingiterator.inc')
-rw-r--r--ext/spl/internal/recursivecachingiterator.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/internal/recursivecachingiterator.inc b/ext/spl/internal/recursivecachingiterator.inc
index 0676d435f2..cd5d3e31f5 100644
--- a/ext/spl/internal/recursivecachingiterator.inc
+++ b/ext/spl/internal/recursivecachingiterator.inc
@@ -80,7 +80,7 @@ class RecursiveCachingIterator extends CachingIterator implements RecursiveItera
/** @return whether the current element has children
* @note The check whether the Iterator for the children can be created was
* already executed. Hence when flag CATCH_GET_CHILD was given in
- * constructor this fucntion returns false so that getChildren does
+ * constructor this function returns false so that getChildren does
* not try to access those children.
*/
function hasChildren()