From: Ilia Alshanetsky Date: Wed, 11 Nov 2009 13:49:21 +0000 (+0000) Subject: typo fix X-Git-Tag: php-5.3.2RC1~255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34bd384898d4e6c6dd9658881e89a12ce07a3f8b;p=php typo fix --- 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 ) -- 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)