]> granicus.if.org Git - php/commitdiff
Fix typo in PHP 7.1.8 news
authorTyson Andre <tyson.andre@uwaterloo.ca>
Wed, 28 Jun 2017 22:46:58 +0000 (15:46 -0700)
committerGitHub <noreply@github.com>
Wed, 28 Jun 2017 22:46:58 +0000 (15:46 -0700)
NEWS

diff --git a/NEWS b/NEWS
index e8ef2911afa3671b0ca152aff56b1e1d15ef101e..cdcbbb84ac4846ddd132512230e31a1f38cf633b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ PHP                                                                        NEWS
 ?? ??? 2017, PHP 7.1.8
 
 - Core:
-  . Fixed bug #74780 (parse_url() borken when query string contains colon). 
+  . Fixed bug #74780 (parse_url() broken when query string contains colon). 
     (jhdxr)
   . Fixed bug #74761 (Unary operator expected error on some systems). (petk)
   . Fixed bug #73900 (Use After Free in unserialize() SplFixedArray). (nikic)