]> granicus.if.org Git - php/commitdiff
fix typos
authorJohannes Schlüter <johannes@php.net>
Thu, 16 Jun 2005 21:27:51 +0000 (21:27 +0000)
committerJohannes Schlüter <johannes@php.net>
Thu, 16 Jun 2005 21:27:51 +0000 (21:27 +0000)
ext/spl/internal/fileobject.inc

index 51ecc06ddb8cc23ae13f6372336aaa9e4eb880e2..a2f840a4d4b63d86d72cd13fd7d2e039870a39d2 100755 (executable)
@@ -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 currensetting for max line
         */
        function getMaxLineLen()
        {