]> granicus.if.org Git - php/commitdiff
- Fix typo
authorAndi Gutmans <andi@php.net>
Fri, 24 Oct 2003 22:13:00 +0000 (22:13 +0000)
committerAndi Gutmans <andi@php.net>
Fri, 24 Oct 2003 22:13:00 +0000 (22:13 +0000)
Zend/ZEND_CHANGES

index 988c8f71330847ad0ff9a6f7cadf9e7c8e0f673d..5188769d21f70c1ae42fa2f81043c6294892f036 100644 (file)
@@ -653,7 +653,7 @@ Changes in the Zend Engine 2.0
 
       Each class whose instances can be iterated with foreach should 
       implement the empty interface 'Traversable'. Hence any object
-      that says it implements 'Traversable' can be used with forach.
+      that says it implements 'Traversable' can be used with foreach.
 
       The interfaces 'IteratorAggregate' and 'Iterator' allow to specify
       how class objects are iterated in PHP code. The first of them simply