summaryrefslogtreecommitdiff
path: root/gbp/git/repository.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-05-16 19:51:26 +0200
committerGuido Günther <agx@sigxcpu.org>2014-05-16 19:51:56 +0200
commitb0390d15c9d77303a607e4b760771c71f6b7d971 (patch)
tree801cce82004fdf11934484ccd2a62c6fcd8006c4 /gbp/git/repository.py
parent817976e1117228641e93b76e4aee350f51316caf (diff)
Fix comitter vs committer typos
Thanks: Sandro Tosi Closes: #748339
Diffstat (limited to 'gbp/git/repository.py')
-rw-r--r--gbp/git/repository.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/git/repository.py b/gbp/git/repository.py
index 10b9030..23f9482 100644
--- a/gbp/git/repository.py
+++ b/gbp/git/repository.py
@@ -1408,7 +1408,7 @@ class GitRepository(object):
@param parents: parents of this commit
@param author: authorship information
@type author: C{dict} with keys 'name' and 'email' or L{GitModifier}
- @param committer: comitter information
+ @param committer: committer information
@type committer: C{dict} with keys 'name' and 'email'
"""
extra_env = {}