diff options
author | Jens Schleusener <Jens.Schleusener@fossies.org> | 2020-01-09 13:39:44 +0000 |
---|---|---|
committer | Daniel Shahaf <danielsh@apache.org> | 2020-01-09 13:42:02 +0000 |
commit | 11dbe4c286330f81fae5ac6d5f698f5ddb748710 (patch) | |
tree | 747b3a6ea08312efe98446fd90222d2f0a72d064 /Completion/Debian | |
parent | 4858e868dcf809016a1cb5680327d66d551353ae (diff) | |
download | zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.tar.gz zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.tar.xz zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.zip |
45269: Fix misspellings in completions and elsewhere.
Diffstat (limited to 'Completion/Debian')
-rw-r--r-- | Completion/Debian/Command/_sbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Debian/Command/_sbuild b/Completion/Debian/Command/_sbuild index 0cb3dc3b9..b38eda0ee 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 sucessfuly]:commands' \ + '--post-build-commands=[run commands after package is build 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]' \ |