From: Aaron Schulz Date: Wed, 14 Mar 2012 21:04:28 +0000 (+0000) Subject: Fixed comment typo X-Git-Tag: 1.31.0-rc.0~24252 X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=commitdiff_plain;h=73fa21b00a8bbfa3efb835c16e3bc64723c5bf8d;p=lhc%2Fweb%2Fwiklou.git Fixed comment typo --- diff --git a/includes/filerepo/backend/FileBackend.php b/includes/filerepo/backend/FileBackend.php index 4d13e3fda4..9d82b5e632 100644 --- a/includes/filerepo/backend/FileBackend.php +++ b/includes/filerepo/backend/FileBackend.php @@ -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;