← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/turnip:fix-typo-committer into turnip:master

 

Jürgen Gmach has proposed merging ~jugmac00/turnip:fix-typo-committer into turnip:master.

Commit message:
Fix typo

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/turnip/+git/turnip/+merge/414042
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/turnip:fix-typo-committer into turnip:master.
diff --git a/turnip/api/tests/test_helpers.py b/turnip/api/tests/test_helpers.py
index 4c3fcb3..43f4744 100644
--- a/turnip/api/tests/test_helpers.py
+++ b/turnip/api/tests/test_helpers.py
@@ -59,7 +59,7 @@ class RepoFactory(object):
         self.author = Signature('Test Author', 'author@xxxxxxx')
         self.branches = []
         self.commits = []
-        self.committer = Signature('Test Commiter', 'committer@xxxxxxx')
+        self.committer = Signature('Test Committer', 'committer@xxxxxxx')
         self.num_branches = num_branches
         self.num_commits = num_commits
         self.num_tags = num_tags