jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1101188?usp=email )
Change subject: IMPR: fix spelling mistakes ...................................................................... IMPR: fix spelling mistakes Change-Id: Iefa12241c0703dea910d6cb3baa5bc3771807564 --- M scripts/checkimages.py M scripts/transwikiimport.py M tests/data/xml/article-pear.xml 3 files changed, 4 insertions(+), 4 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/scripts/checkimages.py b/scripts/checkimages.py index ca695d8..7e8e5b2 100755 --- a/scripts/checkimages.py +++ b/scripts/checkimages.py @@ -353,7 +353,7 @@ } # A page where there's a list of template to consider as licenses. -PAGE_WITH_ALOWED_TEMPLATES = { +PAGE_WITH_ALLOWED_TEMPLATES = { 'commons': 'User:Filbot/Allowed templates', 'de': 'Benutzer:Xqbot/Lizenzvorlagen', 'it': 'Progetto:Coordinamento/Immagini/Bot/AllowedTemplates', @@ -514,7 +514,7 @@ self.page_hidden = i18n.translate(self.site, PAGE_WITH_HIDDEN_TEMPLATES) self.page_allowed = i18n.translate(self.site, - PAGE_WITH_ALOWED_TEMPLATES) + PAGE_WITH_ALLOWED_TEMPLATES) self.comment = i18n.twtranslate(self.site.lang, 'checkimages-source-tag-comment') # Adding the bot's nickname at the notification text if needed. diff --git a/scripts/transwikiimport.py b/scripts/transwikiimport.py index 67bcfb5..53bfc67 100755 --- a/scripts/transwikiimport.py +++ b/scripts/transwikiimport.py @@ -115,7 +115,7 @@ This option is quite *dangerous*. If the title of an existing page on home wiki clashes with the title of one of the linked pages it would be -*overritten*. The histories would be merged. (If the imported version is +*overwritten*. The histories would be merged. (If the imported version is newer.) Even if ``-overwrite`` is not set the linked page *can be overwritten*. diff --git a/tests/data/xml/article-pear.xml b/tests/data/xml/article-pear.xml index 0ab16a6..69fce65 100644 --- a/tests/data/xml/article-pear.xml +++ b/tests/data/xml/article-pear.xml @@ -83,7 +83,7 @@ Pears are consumed fresh, canned, and as juice. Fermented pear juice is called [[perry]]. -[[Fruit tree propogation]]</text> +[[Fruit tree propagation]]</text> </revision> <revision> <id>188924</id> -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1101188?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: Iefa12241c0703dea910d6cb3baa5bc3771807564 Gerrit-Change-Number: 1101188 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: Xqt <i...@gno.de> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org