]> granicus.if.org Git - php/commitdiff
fix typo
authorJani Taskinen <jani@php.net>
Mon, 31 Aug 2009 21:19:29 +0000 (21:19 +0000)
committerJani Taskinen <jani@php.net>
Mon, 31 Aug 2009 21:19:29 +0000 (21:19 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9738de30ccaa25f8a676c2a92599e19fce43f3fb..592812a176a1c3d99b23130e22bfa8ca2fd9d21c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ PHP                                                                        NEWS
 ?? ??? 2009, PHP 5.2.11
 - Added missing sanity checks around exif processing (Ilia)
 
-- Fixed zlib.deflate compress filter to actually accpet level parameter. (Jani)
+- Fixed zlib.deflate compress filter to actually accept level parameter. (Jani)
 - Fixed leak on error in popen/exec (and related functions on Windows. (Pierre)
 
 - Fixed bug #49361 (wordwrap() wraps incorrectly on end of line boundaries).