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', 'aut...@bar.com')
         self.branches = []
         self.commits = []
-        self.committer = Signature('Test Commiter', 'commit...@bar.com')
+        self.committer = Signature('Test Committer', 'commit...@bar.com')
         self.num_branches = num_branches
         self.num_commits = num_commits
         self.num_tags = num_tags
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to     : launchpad-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help   : https://help.launchpad.net/ListHelp

Reply via email to