Fix small typos
authorShreyas Minocha <shreyasminocha@protonmail.com>
Sun, 27 Jan 2019 09:15:42 +0000 (14:45 +0530)
committerShreyas Minocha <shreyasminocha@protonmail.com>
Sun, 27 Jan 2019 12:10:18 +0000 (17:40 +0530)
"publically" → "publicly"

Change-Id: I712d97c0504d52c96532b4aac4f332ef39670955

includes/WebRequest.php
includes/installer/LocalSettingsGenerator.php
includes/libs/filebackend/FileBackend.php

index ed10615..e5cdda6 100644 (file)
@@ -1309,7 +1309,7 @@ HTML;
         *
         * This means that the client is not requesting any state changes and that database writes
         * are not inherently required. Ideally, no visible updates would happen at all. If they
-        * must, then they should not be publically attributed to the end user.
+        * must, then they should not be publicly attributed to the end user.
         *
         * In more detail:
         *   - Cache populations and refreshes MAY occur.
index 6d70338..a2179c6 100644 (file)
@@ -390,7 +390,7 @@ ${serverSetting}
 
 ## 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.
 #\$wgCacheDirectory = \"\$IP/cache\";
 
 # Site language code, should be one of the list in ./languages/data/Names.php
index 06a155a..a80b6d0 100644 (file)
@@ -831,7 +831,7 @@ abstract class FileBackend implements LoggerAwareInterface {
         * files whereas key/value store backends might revoke container
         * access to the storage user representing end-users in web requests.
         *
-        * This is not guaranteed to actually make files or listings publically hidden.
+        * This is not guaranteed to actually make files or listings publicly hidden.
         * Additional server configuration may be needed to achieve the desired effect.
         *
         * @param array $params Parameters include:
@@ -864,7 +864,7 @@ abstract class FileBackend implements LoggerAwareInterface {
         * access to the storage user representing end-users in web requests.
         * This essentially can undo the result of secure() calls.
         *
-        * This is not guaranteed to actually make files or listings publically viewable.
+        * This is not guaranteed to actually make files or listings publicly viewable.
         * Additional server configuration may be needed to achieve the desired effect.
         *
         * @param array $params Parameters include: