From: Brion Vibber Date: Tue, 6 Oct 2009 19:46:41 +0000 (+0000) Subject: typo fix in comment X-Git-Tag: 1.31.0-rc.0~39368 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=21879a2285f55de06a89df95be97457f29946a6f;p=lhc%2Fweb%2Fwiklou.git typo fix in comment --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 6646997de0..b990d25f1c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -197,7 +197,7 @@ $wgImgAuthPublicTest = true; ///< defaults to true - if public read is turned on /**@{ * File repository structures * - * $wgLocalFileRepo is a single repository structure, and $wgForeignFileRepo is + * $wgLocalFileRepo is a single repository structure, and $wgForeignFileRepos is * an array of such structures. Each repository structure is an associative * array of properties configuring the repository. *