]> granicus.if.org Git - php/commitdiff
Typo.
authorAndrei Zmievski <andrei@php.net>
Thu, 11 May 2000 13:00:48 +0000 (13:00 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 11 May 2000 13:00:48 +0000 (13:00 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 222f0182395f400ee6e8963bd25cf25616bbb4d7..caab408b1f0d2e09be0925d04cb7ffca0bc74424 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -29,7 +29,7 @@ PHP 4.0                                                                    NEWS
 - Fixed a crash in array_multisort() that happened when empty arrays
   were passed to it. (Andrei)
 - Added substr_count() from Peter Kovacs. (Andrei)
-- Add an optional third argument to fseek to indicate were to seek from.
+- Add an optional third argument to fseek to indicate where to seek from.
   (Andrei)
 - OCIBindByName() will no longer complain about bindlength beeing zero. (Thies)
 - Converted the IMAP module to the high performance API (Zeev)