From 0eb12b8fa02e340aacfdb66423cf5f5a536ee0d7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 16 Mar 2016 06:23:39 +0100 Subject: [PATCH] Fix spelling --- scripts/dev/check_doc_changes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/check_doc_changes.py b/scripts/dev/check_doc_changes.py index 6e99f94a7..85991cc08 100755 --- a/scripts/dev/check_doc_changes.py +++ b/scripts/dev/check_doc_changes.py @@ -30,6 +30,6 @@ if code != 0: print(' tox -e docs') print(' git commit -am "Update docs"') print() - print('(Or you have uncommited changes, in which case you can ignore ' + print('(Or you have uncommitted changes, in which case you can ignore ' 'this.)') sys.exit(code)