diff options
author | Guido Günther <agx@sigxcpu.org> | 2014-05-16 19:51:26 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2014-05-16 19:51:56 +0200 |
commit | b0390d15c9d77303a607e4b760771c71f6b7d971 (patch) | |
tree | 801cce82004fdf11934484ccd2a62c6fcd8006c4 /tests | |
parent | 817976e1117228641e93b76e4aee350f51316caf (diff) | |
download | git-buildpackage-b0390d15c9d77303a607e4b760771c71f6b7d971.tar.gz git-buildpackage-b0390d15c9d77303a607e4b760771c71f6b7d971.tar.bz2 git-buildpackage-b0390d15c9d77303a607e4b760771c71f6b7d971.zip |
Fix comitter vs committer typos
Thanks: Sandro Tosi
Closes: #748339
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_GitModifier.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_GitModifier.py b/tests/test_GitModifier.py index 1a28c0a8..0a05d4b8 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'] |