From d5b2a1621b81042257ebec52118fcc5a2f8069b3 Mon Sep 17 00:00:00 2001 From: Shreyas Minocha Date: Sun, 27 Jan 2019 14:45:42 +0530 Subject: [PATCH] Fix small typos MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit "publically" → "publicly" Change-Id: I712d97c0504d52c96532b4aac4f332ef39670955 --- includes/WebRequest.php | 2 +- includes/installer/LocalSettingsGenerator.php | 2 +- includes/libs/filebackend/FileBackend.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/WebRequest.php b/includes/WebRequest.php index ed10615b0c..e5cdda65d4 100644 --- a/includes/WebRequest.php +++ b/includes/WebRequest.php @@ -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. diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index 6d70338cf9..a2179c6e7f 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -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 diff --git a/includes/libs/filebackend/FileBackend.php b/includes/libs/filebackend/FileBackend.php index 06a155a469..a80b6d0c06 100644 --- a/includes/libs/filebackend/FileBackend.php +++ b/includes/libs/filebackend/FileBackend.php @@ -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: -- 2.20.1