]> granicus.if.org Git - php/commitdiff
Fixed typo
authorIlia Alshanetsky <iliaa@php.net>
Mon, 1 Dec 2008 20:57:11 +0000 (20:57 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 1 Dec 2008 20:57:11 +0000 (20:57 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d5537af64e8ae3661f4011f058836a34873006cd..d6c7e48271f7cf9e78fc0d44bb5c1185d60a000f 100644 (file)
--- 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).