From: Johannes Schlüter Date: Thu, 16 Jun 2005 21:27:51 +0000 (+0000) Subject: fix typos X-Git-Tag: php-5.1.0b2~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2fab902c4e2d55a9c9060638ff2b88722c141c6;p=php fix typos --- diff --git a/ext/spl/internal/fileobject.inc b/ext/spl/internal/fileobject.inc index 51ecc06ddb..a2f840a4d4 100755 --- a/ext/spl/internal/fileobject.inc +++ b/ext/spl/internal/fileobject.inc @@ -53,7 +53,7 @@ class FileObject implements RecursiveIterator, SeekableIterator } /** - * @return whethe rend of stream is reached + * @return whether the end of the stream is reached */ function eof() { @@ -85,7 +85,7 @@ class FileObject implements RecursiveIterator, SeekableIterator } /** - * @param operation lock opeation (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB) + * @param operation lock operation (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB) * @retval $wouldblock whether the operation would block */ function flock($operation, &$wouldblock) @@ -210,7 +210,7 @@ class FileObject implements RecursiveIterator, SeekableIterator } /** - * @return curren tsetting for max line + * @return current setting for max line */ function getMaxLineLen() {