]> granicus.if.org Git - php/commitdiff
Fixed typos
authorDmitry Stogov <dmitry@zend.com>
Mon, 16 Sep 2019 07:29:29 +0000 (10:29 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 16 Sep 2019 07:29:29 +0000 (10:29 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 67771d737f04b90c478e0b8ef5913f29bcd66197..dfec98cd4ca6dbc97ad887345b58363f13d87047 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ PHP                                                                        NEWS
 
 - Core:
   . Fixed incorrect usage of QM_ASSIGN instruction. It must not return IS_VAR.
-    As a side effect this allowed passign left hean list() "by reference",
+    As a side effect, this allowed passigng left hand list() "by reference",
     instead of compile-time error. (Dmitry)
   . Fixed bug #78531 (Crash when using undefined variable as object). (Dmitry)
   . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).