jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/822082 )
Change subject: Fix typo ......................................................................
Fix typo
Change-Id: I5e1a98097cf2b9ef02447058af8f082adbfb8120 --- M tests/script_tests.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/script_tests.py b/tests/script_tests.py index cbed98f..e45d1e5 100755 --- a/tests/script_tests.py +++ b/tests/script_tests.py @@ -100,7 +100,7 @@ # Some of these are not pretty, but at least they are informative # and not backtraces starting deep in the pywikibot package. no_args_expected_results = { - 'archivebot': 'No template was spcified, using default', + 'archivebot': 'No template was specified, using default', # TODO: until done here, remember to set editor = None in user-config.py 'change_pagelang': 'No -setlang parameter given', 'checkimages': 'Execution time: 0 seconds',
pywikibot-commits@lists.wikimedia.org