Typos fixed and special command resolver are now possible
[shipsimu.git] / inc / classes / main / io / class_FrameworkFileOutputPointer.php
index 37c2285ead758a95e3dbebcd3e8cc3c167c754f5..84c8ed4078b30080b7cf05ebb135d4ff0df4e167 100644 (file)
@@ -148,7 +148,7 @@ class FrameworkFileOutputPointer extends BaseFrameworkSystem {
         * @return      void
         */
        public final function setPointer ($filePointer) {
-               // Sanity-check if the pointer is a valid file resource
+               // Sanity-check if pointer is a valid file resource
                if (is_resource($filePointer) || is_null($filePointer)) {
                        // Is a valid resource
                        $this->filePointer = $filePointer;