From 73fa21b00a8bbfa3efb835c16e3bc64723c5bf8d Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 14 Mar 2012 21:04:28 +0000 Subject: [PATCH] Fixed comment typo --- includes/filerepo/backend/FileBackend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1