diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/checks/test_git.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checks/test_git.py b/tests/checks/test_git.py index ab6efee2..12c5e4f0 100644 --- a/tests/checks/test_git.py +++ b/tests/checks/test_git.py @@ -38,7 +38,7 @@ class TestGitCommitMessageCheck(ReportTestCase): check = git_mod.GitCommitMessageCheck(options) def test_sign_offs(self): - # assert that it checks for both author and comitter + # assert that it checks for both author and committer r = self.assertReport( self.check, FakeCommit(author="user1", committer="user2", message=["blah"]) ) |