From: Antony Dovgal Date: Sun, 18 Dec 2005 21:01:27 +0000 (+0000) Subject: MFH: more spelling fixes X-Git-Tag: php-5.1.2RC1~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d38bc9f809d5726964d6bdf3f3cbf104fd31117;p=php MFH: more spelling fixes --- diff --git a/ext/spl/internal/iteratoriterator.inc b/ext/spl/internal/iteratoriterator.inc index 147f93fade..ebe946187b 100755 --- a/ext/spl/internal/iteratoriterator.inc +++ b/ext/spl/internal/iteratoriterator.inc @@ -56,7 +56,7 @@ class IteratorIterator implements OuterIterator } else { - throw new Exception("Classes that only implement Traversable can be wrapped only after converting class IteratorItaerator into c code"); + throw new Exception("Classes that only implement Traversable can be wrapped only after converting class IteratorIterator into c code"); } } @@ -118,4 +118,4 @@ class IteratorIterator implements OuterIterator private $iterator; } -?> \ No newline at end of file +?>