summaryrefslogtreecommitdiff
path: root/tests/test_GitModifier.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_GitModifier.py')
-rw-r--r--tests/test_GitModifier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_GitModifier.py b/tests/test_GitModifier.py
index 1a28c0a..0a05d4b 100644
--- a/tests/test_GitModifier.py
+++ b/tests/test_GitModifier.py
@@ -26,7 +26,7 @@ def test_author():
>>> modifier._get_env('foo')
Traceback (most recent call last):
...
- GitModifierError: Neither comitter nor author
+ GitModifierError: Neither committer nor author
>>> modifier['name']
'foo'
>>> modifier['email']