Fixed comment typo
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 14 Mar 2012 21:04:28 +0000 (21:04 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 14 Mar 2012 21:04:28 +0000 (21:04 +0000)
includes/filerepo/backend/FileBackend.php

index 4d13e3f..9d82b5e 100644 (file)
@@ -108,7 +108,7 @@ abstract class FileBackend {
        /**
         * Get an explanatory message if this backend is read-only
         * 
-        * @return string|bool Returns falls if the backend is not read-only
+        * @return string|bool Returns false if the backend is not read-only
         */
        final public function getReadOnlyReason() {
                return ( $this->readOnly != '' ) ? $this->readOnly : false;