Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -197,7 +197,7 @@ |
198 | 198 | /**@{ |
199 | 199 | * File repository structures |
200 | 200 | * |
201 | | - * $wgLocalFileRepo is a single repository structure, and $wgForeignFileRepo is |
| 201 | + * $wgLocalFileRepo is a single repository structure, and $wgForeignFileRepos is |
202 | 202 | * an array of such structures. Each repository structure is an associative |
203 | 203 | * array of properties configuring the repository. |
204 | 204 | * |