--- embedaddon/php/ext/spl/internal/cachingiterator.inc 2012/02/21 23:48:01 1.1.1.1 +++ embedaddon/php/ext/spl/internal/cachingiterator.inc 2013/07/22 01:32:02 1.1.1.2 @@ -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 {