From 706ac6417162d94eb701952d40df136cd9528b56 Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Fri, 21 Jun 2013 13:48:35 +0200 Subject: New upstream version 5.5.0+dfsg --- ext/spl/internal/cachingiterator.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/spl/internal') diff --git a/ext/spl/internal/cachingiterator.inc b/ext/spl/internal/cachingiterator.inc index 33258ab95..4d4bf8dbf 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 { -- cgit v1.2.3