summaryrefslogtreecommitdiffstats
path: root/Completion/Debian/Command
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-01-09 13:59:00 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-01-09 13:59:05 +0000
commit742ab1283bf383932ff2daec1f93731ddfb31282 (patch)
tree45a8fab64395bffa501f340f5327611cd48bda7d /Completion/Debian/Command
parentFix typos reported by codespell in shell code (diff)
downloadzsh-742ab1283bf383932ff2daec1f93731ddfb31282.tar
zsh-742ab1283bf383932ff2daec1f93731ddfb31282.tar.gz
zsh-742ab1283bf383932ff2daec1f93731ddfb31282.tar.bz2
zsh-742ab1283bf383932ff2daec1f93731ddfb31282.tar.lz
zsh-742ab1283bf383932ff2daec1f93731ddfb31282.tar.xz
zsh-742ab1283bf383932ff2daec1f93731ddfb31282.tar.zst
zsh-742ab1283bf383932ff2daec1f93731ddfb31282.zip
unposted: Two additional typo fixes.
Diffstat (limited to 'Completion/Debian/Command')
-rw-r--r--Completion/Debian/Command/_sbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Debian/Command/_sbuild b/Completion/Debian/Command/_sbuild
index b38eda0ee..a32b5e8c5 100644
--- a/Completion/Debian/Command/_sbuild
+++ b/Completion/Debian/Command/_sbuild
@@ -115,7 +115,7 @@ _sbuild() {
'--finished-build-commands=[run commands after package is built]:commands' \
'--build-failed-commands=[run commands after dpkg-buildpackage fails]:commands' \
'--chroot-cleanup-commands=[run commands after chroot cleanup]:commands' \
- '--post-build-commands=[run commands after package is build successfully]:commands' \
+ '--post-build-commands=[run commands after package is built successfully]:commands' \
'--post-build-failed-commands[run commands after package failed to build]:commands' \
'--anything-failed-commands=[run commands for all --xxx-failed-commands option]:commands' \
'--log-external-command-output[external commands output are logged]' \