jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/433912 )
Change subject: fix typos in the comments of misspelling.py ......................................................................
fix typos in the comments of misspelling.py
Change-Id: I63fd5d28edb4e77ed27affde2758a641593e167a --- M scripts/misspelling.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Zoranzoki21: Looks good to me, but someone else must approve Dvorapa: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/misspelling.py b/scripts/misspelling.py index d86635a..d832c40 100755 --- a/scripts/misspelling.py +++ b/scripts/misspelling.py @@ -133,10 +133,10 @@ templates = (templates, ) for template, params in disambPage.templatesWithParams(): if template.title(withNamespace=False) in templates: - # The correct spelling is in the last paramter. + # The correct spelling is in the last parameter. correctSpelling = params[-1] # On de.wikipedia, there are some cases where the - # misspelling is ambigous, see for example: + # misspelling is ambiguous, see for example: # https://de.wikipedia.org/wiki/Buthan for match in self.linkR.finditer(correctSpelling): self.alternatives.append(match.group('title'))