aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@seravo.fi>2016-07-03 09:45:24 +0100
committerGuido Günther <agx@sigxcpu.org>2016-07-03 13:38:54 +0200
commitaf16f59214306b56ffc79e4c5c5a206561f9c3ff (patch)
tree40de18a23a950dbafd313e33ecdcc3ece81224e3 /debian
parentd9773773945275d7e3230dd4cc50f86a23018f9b (diff)
Fix simple spelling errors in comments and strings
Diffstat (limited to 'debian')
-rw-r--r--debian/git-buildpackage.zsh-completion4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/git-buildpackage.zsh-completion b/debian/git-buildpackage.zsh-completion
index 8c7d98d1..e8146a34 100644
--- a/debian/git-buildpackage.zsh-completion
+++ b/debian/git-buildpackage.zsh-completion
@@ -76,7 +76,7 @@ _gbp-buildpackage() {
__gbp_tag_format_options git-
__gbp_tag_sign_options git-
_arguments \
- '--git-ignore-new[build with uncommited changes in the source tree]' \
+ '--git-ignore-new[build with uncommitted changes in the source tree]' \
'--git-no-ignore-new[negates --git-ignore-new]' \
'--git-tag[create a tag after a successful build]' \
'--git-tag-only[do not build, only tag and run the posttag hook]' \
@@ -321,7 +321,7 @@ _gbp-buildpackage() {
__gbp_tag_format_options git-
__gbp_tag_sign_options git-
_arguments \
- '--git-ignore-new[build with uncommited changes in the source tree]' \
+ '--git-ignore-new[build with uncommitted changes in the source tree]' \
'--git-no-ignore-new[negates --git-ignore-new]' \
'--git-tag[create a tag after a successful build]' \
'--git-tag-only[do not build, only tag and run the posttag hook]' \