tony2001                Sun Dec 18 21:00:59 2005 EDT

  Modified files:              
    /php-src/ext/spl/internal   iteratoriterator.inc 
  Log:
  more spelling fixes
  
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/internal/iteratoriterator.inc?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/spl/internal/iteratoriterator.inc
diff -u php-src/ext/spl/internal/iteratoriterator.inc:1.5 
php-src/ext/spl/internal/iteratoriterator.inc:1.6
--- php-src/ext/spl/internal/iteratoriterator.inc:1.5   Wed Feb 23 01:34:14 2005
+++ php-src/ext/spl/internal/iteratoriterator.inc       Sun Dec 18 21:00:59 2005
@@ -56,7 +56,7 @@
                }
                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 @@
        private $iterator;
 }
 
-?>
\ No newline at end of file
+?>

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to