From: petarpetkovic Date: Wed, 8 Aug 2018 11:14:01 +0000 (+0200) Subject: Fix common typos X-Git-Tag: 1.34.0-rc.0~4523^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=600df4e83e4ddb1f81e22462eb7a2dbbb3ff817e;p=lhc%2Fweb%2Fwiklou.git Fix common typos Bug: T201491 Change-Id: Ia5abc6ae327ee9b5aeecb4b40f00ebb0285283a9 --- 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'],