]> granicus.if.org Git - php/commitdiff
Fixed typo.
authorYasuo Ohgaki <yohgaki@php.net>
Mon, 30 Sep 2002 09:35:04 +0000 (09:35 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Mon, 30 Sep 2002 09:35:04 +0000 (09:35 +0000)
# Thanks to Andrey Hristov.

NEWS

diff --git a/NEWS b/NEWS
index dd36b5679b1b6161edb6ebae443d5e49345b1ec8..98e62808d0faec460d4eb2946e8a3e03a9dfa289 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ PHP 4                                                                      NEWS
 - ATTENTION!! "make install" will *always* install the CLI SAPI binary in 
   {PREFIX}/bin/php. If you enable the CGI binary to be built, it will be
   installed as {PREFIX}/bin/php-cgi.
-- Added pg_fetch_assoc(), pg_fetch_all(), pg_metadate(), pg_convert(), 
+- Added pg_fetch_assoc(), pg_fetch_all(), pg_metadata(), pg_convert(), 
   pg_insert(), pg_select(), pg_update() and pg_delete(). (Yasuo)
 - Fixed bug #17281 (Sanity checks for encoding sessions). (Ilia)
 - Fixed bug #16995 and #19392 (Prevent crash if $HTTP_SESSION_VARS != ARRAY).