summaryrefslogtreecommitdiff
path: root/ext/spl/internal/cachingiterator.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/internal/cachingiterator.inc')
-rwxr-xr-xext/spl/internal/cachingiterator.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/internal/cachingiterator.inc b/ext/spl/internal/cachingiterator.inc
index 7262564f2..33258ab95 100755
--- a/ext/spl/internal/cachingiterator.inc
+++ b/ext/spl/internal/cachingiterator.inc
@@ -86,7 +86,7 @@ class CachingIterator implements OuterIterator
$this->it->next();
}
- /** @return whether teh iterator is valid
+ /** @return whether the iterator is valid
*/
function valid()
{
@@ -154,4 +154,4 @@ class CachingIterator implements OuterIterator
}
}
-?> \ No newline at end of file
+?>