]> granicus.if.org Git - php/commitdiff
Fixed typo
authorMarkus Staab <maggus.staab@googlemail.com>
Thu, 25 May 2017 18:06:13 +0000 (20:06 +0200)
committerJoe Watkins <krakjoe@php.net>
Mon, 29 May 2017 07:21:37 +0000 (08:21 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 03176f8df40a97a8b5a8ee75c454198fa53d044b..0d32a5d25e3a329ed24ba42ca974f31c0f12ddaf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ PHP                                                                        NEWS
 ?? ??? ????, PHP 7.2
 
 - Core:
-  . Added ZEND_COUNT, ZEND_GET_CLASS, ZEMD_GET_CALLED_CLASS, ZEND_GET_TYPE
+  . Added ZEND_COUNT, ZEND_GET_CLASS, ZEND_GET_CALLED_CLASS, ZEND_GET_TYPE
     instructions, to implement corresponding builtin functions. (Dmitry)
   . "Countable" interface is moved from SPL to Core. (Dmitry)
   . Added ZEND_IN_ARRAY instruction, implementing optimized in_array() builtin