summaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-04-23 14:15:09 +0200
committerGuido Günther <agx@sigxcpu.org>2017-04-23 14:15:09 +0200
commit5289b238437131b972dd64f24ce0dded08eb1165 (patch)
tree82e9d29fb4f0c6530e5d3d5886ae98ee893e1f5e /gbp
parent31dc997ab6b5e9d144451e9076295f4f68851bc9 (diff)
config: fix typos
Diffstat (limited to 'gbp')
-rw-r--r--gbp/config.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 0608e118..0f66e8e8 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -213,7 +213,7 @@ class GbpOptionParser(OptionParser):
"Format string for commit message used to commit "
"the upstream tarball, default is '%(import-msg)s'",
'commit-msg':
- "Format string for commit messag used to commit, "
+ "Format string for commit message used to commit, "
"the changelog, default is '%(commit-msg)s'",
'pristine-tar':
"Use pristine-tar to create orig tarball, "
@@ -315,8 +315,8 @@ class GbpOptionParser(OptionParser):
'hooks':
"Enable running all hooks, default is %(hooks)s",
'time-machine':
- "don't try head commit only to apply the patch queue "
- "but look TIME_MACHINE commits back, "
+ "don't try to apply patch queue to head commit only. "
+ "Try at most TIME_MACHINE commits back, "
"default is '%(time-machine)d'",
'pbuilder-autoconf':
"Whether to configure pbuilder automatically, "
@@ -328,13 +328,13 @@ class GbpOptionParser(OptionParser):
"Template directory used by git init, "
"default is '%(template-dir)s'",
'remote-config':
- "Remote defintion in gbp.conf used to create the remote "
+ "Remote definition in gbp.conf used to create the remote "
"repository, default is '%(remote-config)s'",
'allow-unauthenticated':
"Don't verify integrity of downloaded source, "
"default is '%(allow-unauthenticated)s'",
'symlink-orig':
- "Whether to creat a symlink from the upstream tarball "
+ "Whether to create a symlink from the upstream tarball "
"to the orig.tar.gz if needed, default is "
"'%(symlink-orig)s'",
'purge':