From: Andi Gutmans Date: Fri, 24 Oct 2003 22:13:00 +0000 (+0000) Subject: - Fix typo X-Git-Tag: RELEASE_2_0_0RC1~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23c00b0d5d291f2838b2d25f49a5e055999631a6;p=php - Fix typo --- diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index 988c8f7133..5188769d21 100644 --- a/Zend/ZEND_CHANGES +++ b/Zend/ZEND_CHANGES @@ -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