Introduced interface Pointer, valid() is now used.
[core.git] / inc / classes / interfaces / io / pointer / io / class_InputOutputPointer.php
index 8daa22c7409c0501fe8b117d96213788f2c2819d..93846ff7311813ecb80372d66a6b8c663b0c4256 100644 (file)
@@ -25,7 +25,7 @@ interface InputOutputPointer extends InputPointer, OutputPointer {
        /**
         * Rewinds to the beginning of the file
         *
-        * @return      $status         Status of this operation
+        * @return      $status         Status of this operation
         */
        function rewind ();
 }