aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/config.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/config.py
parent817976e1117228641e93b76e4aee350f51316caf (diff)
Fix comitter vs committer typos
Thanks: Sandro Tosi Closes: #748339
Diffstat (limited to 'gbp/config.py')
-rw-r--r--gbp/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gbp/config.py b/gbp/config.py
index fc31076e..3fa59186 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -249,10 +249,10 @@ class GbpOptionParser(OptionParser):
("Set up tracking for remote branches, "
"default is '%(track)s'"),
'author-is-committer':
- ("Use the authors's name also as the comitter's name, "
+ ("Use the authors's name also as the committer's name, "
"default is '%(author-is-committer)s'"),
'author-date-is-committer-date':
- ("Use the authors's date as the comitter's date, "
+ ("Use the authors's date as the committer's date, "
"default is '%(author-date-is-committer-date)s'"),
'create-missing-branches':
("Create missing branches automatically, "