]> granicus.if.org Git - php/commitdiff
[skip ci] Fix typos in NEWS
authorTyson Andre <tysonandre775@hotmail.com>
Sun, 26 Jan 2020 16:53:42 +0000 (11:53 -0500)
committerTyson Andre <tysonandre775@hotmail.com>
Sun, 26 Jan 2020 21:13:02 +0000 (16:13 -0500)
NEWS

diff --git a/NEWS b/NEWS
index 49cc8993702b19bde23b9627213c279ffa77cc77..8290ac3d81ac941106e1d074b6fff0a5c89de5b0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ PHP                                                                        NEWS
     (Nikita)
   . Fixed bug #49555 (Fatal error "Function must be a string" message should be
     renamed). (Nikita)
-  . Fixed bug #70839 (Convertion optional argument to variadic forbidden by LSP
+  . Fixed bug #70839 (Converting optional argument to variadic forbidden by LSP
     checks). (Nikita)
 
 - CURL:
@@ -19,7 +19,7 @@ PHP                                                                        NEWS
 - Date:
   . Fixed bug #65547 (Default value for sunrise/sunset zenith still wrong).
     (cmb)
-  . Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
+  . Fixed bug #69044 (discrepancy between time and microtime). (krakjoe)
 
 - DOM:
   . Add property DOMXPath::$registerNodeNamespaces and constructor argument
@@ -57,7 +57,7 @@ PHP                                                                        NEWS
   . Fixed #60594 (mysqlnd exposes 160 lines of stats in phpinfo). (PeeHaa)
 
 - OpCache:
-  . Fixed bug #78654 (Incorrectly computed opcache checksum on files with 
+  . Fixed bug #78654 (Incorrectly computed opcache checksum on files with
     non-ascii characters). (mhagstrand)
 
 - PCRE:
@@ -79,7 +79,7 @@ PHP                                                                        NEWS
   . Fixed bug #77805 (phpdbg build fails when readline is shared). (krakjoe)
 
 - Reflection:
-  . Fixed bug #78697 (ReflectionClass::implementsInterface - inaccurate error 
+  . Fixed bug #78697 (ReflectionClass::implementsInterface - inaccurate error
     message with traits). (villfa)
 
 - Session:
@@ -113,7 +113,7 @@ PHP                                                                        NEWS
   . Fixed bug #76874 (xml_parser_free() should never leak memory). (Nikita)
 
 - XMLWriter:
-  . Changed functions to accept/return XMKWriter objects instead of resources.
+  . Changed functions to accept/return XMLWriter objects instead of resources.
     (cmb)
 
 - Zip: