summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-08-31 21:19:29 +0000
committerJani Taskinen <jani@php.net>2009-08-31 21:19:29 +0000
commit9251699926fb0f0beef297e671e9acc833f8353a (patch)
treeabd17cddccaa76bee45f9a6e2ce40c367199929e
parent532e14245973c7c26f1fb5d06957745d7fb5c4d6 (diff)
downloadphp-git-9251699926fb0f0beef297e671e9acc833f8353a.tar.gz
fix typo
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9738de30cc..592812a176 100644
--- 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).