From: Ilia Alshanetsky Date: Mon, 1 Dec 2008 20:57:11 +0000 (+0000) Subject: Fixed typo X-Git-Tag: php-5.2.8~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0902cc865100ef1c0751869df47d8d080d4c8b30;p=php Fixed typo --- diff --git a/NEWS b/NEWS index d5537af64e..d6c7e48271 100644 --- a/NEWS +++ b/NEWS @@ -18,7 +18,7 @@ PHP NEWS - Fixed memory leak inside readline_callback_handler_remove() function. (Felipe) - Fixed bug #46696 (cURL fails in upload files with specified content-type). (Ilia) -- Fixed bug #46673 (stream_lock call with wrong paramater). (Arnaud) +- Fixed bug #46673 (stream_lock call with wrong parameter). (Arnaud) - Fixed bug #46649 (Setting array element with that same array produces inconsistent results). (Arnaud) - Fixed bug #46626 (mb_convert_case does not handle apostrophe correctly).