From 600df4e83e4ddb1f81e22462eb7a2dbbb3ff817e Mon Sep 17 00:00:00 2001 From: petarpetkovic Date: Wed, 8 Aug 2018 13:14:01 +0200 Subject: [PATCH] Fix common typos Bug: T201491 Change-Id: Ia5abc6ae327ee9b5aeecb4b40f00ebb0285283a9 --- docs/export-demo.xml | 2 +- includes/specials/SpecialImport.php | 2 +- resources/lib/jquery.client/jquery.client.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/export-demo.xml b/docs/export-demo.xml index 93b237ffc6..2e2e459038 100644 --- a/docs/export-demo.xml +++ b/docs/export-demo.xml @@ -27,7 +27,7 @@ User User talk DemoWiki - DemoWIki talk + DemoWiki talk File File talk MediaWiki diff --git a/includes/specials/SpecialImport.php b/includes/specials/SpecialImport.php index 5a6bbc4dfa..3ef64f881f 100644 --- a/includes/specials/SpecialImport.php +++ b/includes/specials/SpecialImport.php @@ -79,7 +79,7 @@ class SpecialImport extends SpecialPage { } # @todo Allow Title::getUserPermissionsErrors() to take an array - # @todo FIXME: Title::checkSpecialsAndNSPermissions() has a very wierd expectation of what + # @todo FIXME: Title::checkSpecialsAndNSPermissions() has a very weird expectation of what # getUserPermissionsErrors() might actually be used for, hence the 'ns-specialprotected' $errors = wfMergeErrorArrays( $this->getPageTitle()->getUserPermissionsErrors( diff --git a/resources/lib/jquery.client/jquery.client.js b/resources/lib/jquery.client/jquery.client.js index 8257d85bc7..bcd9c5cdf9 100644 --- a/resources/lib/jquery.client/jquery.client.js +++ b/resources/lib/jquery.client/jquery.client.js @@ -93,7 +93,7 @@ 'camino', 'chrome', 'firefox', 'iceweasel', 'netscape', 'konqueror', 'lynx', 'msie', 'opera', 'safari', 'ipod', 'iphone', 'blackberry', 'ps3', 'rekonq', 'android' ], - // Tanslations for conforming browser names + // Translations for conforming browser names nameTranslations = [], // Names of known layout engines layouts = ['gecko', 'konqueror', 'msie', 'trident', 'edge', 'opera', 'webkit'], -- 2.20.1