jenkins-bot has submitted this change and it was merged.
Change subject: Typo fix ......................................................................
Typo fix
Change-Id: I7553a1a72a02025d03ad857c3481ed636da51776 --- M scripts/welcome.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/welcome.py b/scripts/welcome.py index 8e4995a..7ebcfa6 100755 --- a/scripts/welcome.py +++ b/scripts/welcome.py @@ -151,7 +151,7 @@ * * * The regex to load the user might be slightly different from project to * * project. (In this case, write to Filnik or the PWRF for help...) * -* Use a class to group toghether the functions used. * +* Use a class to group together the functions used. * * * ******************************** Badwords **********************************
@@ -164,7 +164,7 @@ or deleting.
Some words, like "Administrator" or "Dio" (God in italian) or "Jimbo" aren't -badword at all but can be used for some bad-nickname. +badwords at all but can be used for some bad-nickname. """ # # (C) Alfio, 2005
pywikibot-commits@lists.wikimedia.org