aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mediawiki/templates/LocalSettings.php
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2024-08-15 09:32:37 -0700
committerDan Fandrich <danf@mageia.org>2024-08-15 10:52:40 -0700
commite4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7 (patch)
treee364f93f700dcea7508ac9854560ebe35b74caa0 /modules/mediawiki/templates/LocalSettings.php
parentd17b7032f2065a0c82681fecbbe250eb8e036995 (diff)
downloadpuppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar
puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.gz
puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.bz2
puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.xz
puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.zip
Fix typos in comments
This should result in no difference in configuration.
Diffstat (limited to 'modules/mediawiki/templates/LocalSettings.php')
-rw-r--r--modules/mediawiki/templates/LocalSettings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mediawiki/templates/LocalSettings.php b/modules/mediawiki/templates/LocalSettings.php
index 39e749f6..36b3054f 100644
--- a/modules/mediawiki/templates/LocalSettings.php
+++ b/modules/mediawiki/templates/LocalSettings.php
@@ -93,7 +93,7 @@ $wgShellLocale = "en_US.UTF-8";
## Set $wgCacheDirectory to a writable directory on the web server
## to make your wiki go slightly faster. The directory should not
-## be publically accessible from the web.
+## be publicly accessible from the web.
# This seems actually mandatory to get the Vector skin to work properly
# https://serverfault.com/a/744059
# FIXME: Dehardcode that path (maybe via ${wiki_root} if exposed?)