aboutsummaryrefslogtreecommitdiff
path: root/gbp/config.py
diff options
context:
space:
mode:
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 fde6678..3a35a22 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -220,7 +220,7 @@ class GbpOptionParser(OptionParser):
'meta-closes-bugnum':
"Meta bug number format, default is '%(meta-closes-bugnum)s'",
'ignore-new':
- "Build with uncommited changes in the source tree, default is '%(ignore-new)s'",
+ "Build with uncommitted changes in the source tree, default is '%(ignore-new)s'",
'ignore-branch':
("Build although debian-branch != current branch, "
"default is '%(ignore-branch)s'"),
@@ -303,7 +303,7 @@ class GbpOptionParser(OptionParser):
"but look TIME_MACHINE commits back, "
"default is '%(time-machine)d'"),
'pbuilder-autoconf':
- ("Wheter to configure pbuilder automatically, "
+ ("Whether to configure pbuilder automatically, "
"default is '%(pbuilder-autoconf)s'"),
'pbuilder-options':
("Options to pass to pbuilder, "