summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2009-11-11 13:49:21 +0000
committerIlia Alshanetsky <iliaa@php.net>2009-11-11 13:49:21 +0000
commit34bd384898d4e6c6dd9658881e89a12ce07a3f8b (patch)
tree56364bad77241b191eece93e12f2777f25750246
parentd91f464e0020a770505e5bd09cfc3451d16c6596 (diff)
downloadphp-git-34bd384898d4e6c6dd9658881e89a12ce07a3f8b.tar.gz
typo fix
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e05d21f0ca..75df7ae16c 100644
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,7 @@ PHP NEWS
- Implemented FR #49253 (added support for libcurl's CERTINFO option).
(Linus Nielsen Feltzing <linus@haxx.se>)
-- Fixed unnecessary invokation of setitimer when timeouts have been disabled.
+- Fixed unnecessary invocation of setitimer when timeouts have been disabled.
(Arvind Srinivasan)
- Fixed memory leak in extension loading when an error occurs on Windows.
(Pierre)