From: Ilia Alshanetsky Date: Tue, 3 Mar 2009 01:42:21 +0000 (+0000) Subject: Fixed typo X-Git-Tag: RELEASE_1_3_5~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=059772e7fb059cbeccf26b1c3e8eac57704999b7;p=php Fixed typo --- diff --git a/NEWS b/NEWS index 30c660f74b..c8df64fc9e 100644 --- a/NEWS +++ b/NEWS @@ -13,7 +13,7 @@ PHP NEWS destructor in one case). (Dmitry) - Fixed bug #47329 (Crash in garbage collector). (Dmitry) - Fixed bug #47320 ($php_errormsg out of scope in functions). (Dmitry) -- Fixed bug #47265 (generating phar.phar failes because of safe_mode). (Greg) +- Fixed bug #47265 (generating phar.phar fails because of safe_mode). (Greg) - Fixed bug #47229 (preg_quote() should escape the '-' char). (Nuno) - Fixed bug #47085 (rename() returns true even if the file in PHAR does not exist). (Greg)