about summary refs log tree commit diff
path: root/Completion/Debian
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
parent66caa81ab7ffd931be143c6e8f35188c1b57894e (diff)
downloadzsh-742ab1283bf383932ff2daec1f93731ddfb31282.tar.gz
zsh-742ab1283bf383932ff2daec1f93731ddfb31282.tar.xz
zsh-742ab1283bf383932ff2daec1f93731ddfb31282.zip
unposted: Two additional typo fixes.
Diffstat (limited to 'Completion/Debian')
-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]' \