From: Derick Rethans Date: Mon, 16 Dec 2002 09:11:15 +0000 (+0000) Subject: - Fix typo X-Git-Tag: php-4.3.0RC4~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e88e587c300da70ea671f6214681f920c5596a47;p=php - Fix typo --- diff --git a/NEWS b/NEWS index 1d065a65cd..3a21c75053 100644 --- a/NEWS +++ b/NEWS @@ -15,7 +15,7 @@ PHP 4 NEWS - Moved extensions to PECL (http://pear.php.net/): (James, Derick) . ext/vpopmail . ext/cybermut -- Fixed bug #21039 (crash when not supplying an IV to mcrypt_generit_init). +- Fixed bug #21039 (crash when not supplying an IV to mcrypt_generic_init). (Derick) - Fixed bug #20936 (openssl_pkey_get was broken). (jeroen@derks.it, Wez) - Fixed bug #20927 (wordwrap crash). (Ilia)