]> granicus.if.org Git - php/commitdiff
Fix typo.
authorSean Bright <elixer@php.net>
Wed, 21 Nov 2001 02:00:02 +0000 (02:00 +0000)
committerSean Bright <elixer@php.net>
Wed, 21 Nov 2001 02:00:02 +0000 (02:00 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 00b29696a80b7d96c1dd133e65e72f8dafa90b6b..cfe404842602305a22c53e298c33c72abe7fa7f2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ PHP 4.0                                                                    NEWS
 - Added md5_file(), which calculaties the MD5 sum of a file.
   (patch by: Alessandro Astarita <aleast@capri.it>) (Derick)
 - Added support for parsing recordsets contained in WDDX packets. (Andrei)
-- Renamed key_exists tp array_key_exists. (Derick)
+- Renamed key_exists to array_key_exists. (Derick)
 - Fix ImageColorsForIndex() and ImageColorAt() to work for TrueColor
   images. (Rasmus)
 - Added support for bind_textdomain_codeset(). (rudib@email.si)