typo fix in comment
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 6 Oct 2009 19:46:41 +0000 (19:46 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 6 Oct 2009 19:46:41 +0000 (19:46 +0000)
includes/DefaultSettings.php

index 6646997..b990d25 100644 (file)
@@ -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.
  *