]> granicus.if.org Git - php/commitdiff
fix typo
authorDavid Croft <david@php.net>
Sat, 9 Sep 2000 20:39:08 +0000 (20:39 +0000)
committerDavid Croft <david@php.net>
Sat, 9 Sep 2000 20:39:08 +0000 (20:39 +0000)
NEWS

diff --git a/NEWS b/NEWS
index da84632cf262935fb7ddf10f586b9ac762bc204a..9f59b8d3fb2fde42811c7c2eb90c64e240c72add 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ PHP 4.0                                                                    NEWS
 - Added is_uploaded_file() and move_uploaded_file() (Zeev)
 - Added several directives to php.ini - post_max_size, file_uploads,
   display_startup_errors - see php.ini-dist for further information (Zeev)
-- Worked around a but in the libc5 implementation of readdir() (Stas)
+- Worked around a bug in the libc5 implementation of readdir() (Stas)
 - Fixed some potential OpenBSD and NetBSD crash bugs when opening files. (Andi)
 - Add EscapeShellArg() function (Rasmus)
 - Add a php.ini option session.use_trans_sid to enable/disable trans-sid.