From: Jani Taskinen Date: Wed, 13 Aug 2008 19:43:48 +0000 (+0000) Subject: typoh X-Git-Tag: php-5.2.7RC1~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85b00d1dd4309b48bec3011f96609f9598c02ec7;p=php typoh --- diff --git a/NEWS b/NEWS index 09a81219bf..fa0095face 100644 --- a/NEWS +++ b/NEWS @@ -19,7 +19,7 @@ PHP NEWS - Fixed a crash on invalid method in ReflectionParameter constructor. (Christian Seiler) -- Fixed bug #45805 (Crach on throwing exception from error handler). (Dmitry) +- Fixed bug #45805 (Crash on throwing exception from error handler). (Dmitry) - Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an error). (Felipe) - Fixed bug #45705 (rfc822_parse_adrlist() modifies passed address parameter).