https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113855

Revision: 113855
Author:   aaron
Date:     2012-03-14 21:04:28 +0000 (Wed, 14 Mar 2012)
Log Message:
-----------
Fixed comment typo

Modified Paths:
--------------
    trunk/phase3/includes/filerepo/backend/FileBackend.php

Modified: trunk/phase3/includes/filerepo/backend/FileBackend.php
===================================================================
--- trunk/phase3/includes/filerepo/backend/FileBackend.php      2012-03-14 
21:02:36 UTC (rev 113854)
+++ trunk/phase3/includes/filerepo/backend/FileBackend.php      2012-03-14 
21:04:28 UTC (rev 113855)
@@ -108,7 +108,7 @@
        /**
         * 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;


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to