From b0390d15c9d77303a607e4b760771c71f6b7d971 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 16 May 2014 19:51:26 +0200 Subject: Fix comitter vs committer typos Thanks: Sandro Tosi Closes: #748339 --- tests/test_GitModifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_GitModifier.py') 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'] -- cgit v1.2.3