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
commitb3a23c7d880f190f6d81a4ee6670351ce0b95d02 (patch)
tree5a19d46e2f6364ac58c1823afe670d454aadfc90
parent6bb0603c4fc2e26d4c44230232d46d1de313789e (diff)
downloadphp-git-b3a23c7d880f190f6d81a4ee6670351ce0b95d02.tar.gz
fix typo
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 459c045922..2885bfabf1 100644
--- a/NEWS
+++ b/NEWS
@@ -16,7 +16,7 @@ PHP NEWS
- Improved shared extension loading on OSX to use the standard Unix dlopen()
API. (Scott)
-- 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 possible bad caching of symlinked directories in the realpath cache