]> granicus.if.org Git - php/commitdiff
fix typo
authorAntony Dovgal <tony2001@php.net>
Fri, 6 Feb 2009 10:42:54 +0000 (10:42 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 6 Feb 2009 10:42:54 +0000 (10:42 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9eb31dc69877010863aaf4d3464d1e10dad1a3ed..f86efb924ea5db6e848cef6215178caf2dbe0d18 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? Feb 2009, PHP 5.2.9
-- Fixed bug #47322 (sscanf %d does't work). (Felipe)
+- Fixed bug #47322 (sscanf %d doesn't work). (Felipe)
 
 02 Feb 2009, PHP 5.2.9RC1
 - Changed __call() to be invoked on private/protected method access, similar to