summaryrefslogtreecommitdiff
path: root/ext/spl/internal/cachingiterator.inc
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-06-10 14:31:57 -0700
committerStanislav Malyshev <stas@php.net>2013-06-10 14:31:57 -0700
commit8ac131503ddeee5b1de8225510f9d2927e903620 (patch)
treef02250a3e6cb8712adc02d23eb2e1b0f5dd3b3fd /ext/spl/internal/cachingiterator.inc
parentd7c943e2a1f54c445276fc77369918f33c4f6cce (diff)
parent4427d1dcfdca5e5e4b7e1b1226cf4771cc82389f (diff)
downloadphp-git-8ac131503ddeee5b1de8225510f9d2927e903620.tar.gz
Merge branch 'PHP-5.5'
* PHP-5.5: Merge branch 'pull-request/341' Merge branch 'pull-request/341'
Diffstat (limited to 'ext/spl/internal/cachingiterator.inc')
-rw-r--r--ext/spl/internal/cachingiterator.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/internal/cachingiterator.inc b/ext/spl/internal/cachingiterator.inc
index 33258ab954..4d4bf8dbff 100644
--- a/ext/spl/internal/cachingiterator.inc
+++ b/ext/spl/internal/cachingiterator.inc
@@ -23,7 +23,7 @@
* flag CALL_TOSTRING to do the conversion when the actual element
* is being fetched. Otherwise the conversion would happen with the
* already changed iterator. If you do not need this then it you should
- * omit this flag because it costs unneccessary work and time.
+ * omit this flag because it costs unnecessary work and time.
*/
class CachingIterator implements OuterIterator
{