]> granicus.if.org Git - php/commitdiff
typo in NEWS
authorRemi Collet <remi@php.net>
Wed, 12 Mar 2014 13:08:25 +0000 (14:08 +0100)
committerRemi Collet <remi@php.net>
Wed, 12 Mar 2014 13:08:25 +0000 (14:08 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 38f1a43f9d92b2f6cc5d3e69f0fed149d3e41969..517d643b1a5c1c52cc79d5201f5f28741533afc7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,7 +23,7 @@ PHP                                                                        NEWS
 - GD:
   . Fixed bug #66815 (imagecrop(): insufficient fix for NULL defer
     CVE-2013-7327). (Tomas Hoger, Remi).
-  . Fixed #66890 (Bug #66890 imagescale segfault). (Remi)
+  . Fixed #66890 (imagescale segfault). (Remi)
 
 - Hash:
   . Fixed bug #66698 (Missing FNV1a32 and FNV1a64 hash functions).