From: Antony Dovgal Date: Mon, 14 Jul 2008 06:44:05 +0000 (+0000) Subject: fix typo X-Git-Tag: php-5.3.0alpha1~362 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ff6e26d74527f0cb81699a8e70d9655e77d935e;p=php fix typo --- diff --git a/NEWS b/NEWS index 2e687dae90..5e9e24cfde 100644 --- a/NEWS +++ b/NEWS @@ -36,7 +36,7 @@ PHP NEWS . Added "request_order" INI variable to control specifically $_REQUEST behavior. (Stas) . Added support for exception linking. (Marcus) - . Added ability to handle exceptions in destuctors. (Marcus) + . Added ability to handle exceptions in destructors. (Marcus) - Improved PHP runtime speed and memory usage: . Removed direct executor recursion. (Dmitry)