summary refs log tree commit diff
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
parent66caa81ab7ffd931be143c6e8f35188c1b57894e (diff)
downloadzsh-742ab1283bf383932ff2daec1f93731ddfb31282.tar.gz
zsh-742ab1283bf383932ff2daec1f93731ddfb31282.tar.xz
zsh-742ab1283bf383932ff2daec1f93731ddfb31282.zip
unposted: Two additional typo fixes.
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Debian/Command/_sbuild2
-rw-r--r--Completion/Unix/Command/_growisofs2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 19346964c..c642b04bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-01-09  Daniel Shahaf  <danielsh@apache.org>
+
+	* unposted: Completion/Debian/Command/_sbuild,
+	Completion/Unix/Command/_growisofs: Two additional typo fixes.
+
 2020-01-09  Jens Schleusener  <Jens.Schleusener@fossies.org>
 
 	* 45269: Completion/BSD/Command/_mixerctl,
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]' \
diff --git a/Completion/Unix/Command/_growisofs b/Completion/Unix/Command/_growisofs
index b7160a474..8f4da4030 100644
--- a/Completion/Unix/Command/_growisofs
+++ b/Completion/Unix/Command/_growisofs
@@ -208,7 +208,7 @@ else
     '-G[specify path and file-name of a generic boot-image]:boot image:_files' \
     '-hard-disk-boot[specify that the el torito boot-image  is a hard-disk image]' \
     '-no-emul-boot[specify that the el torito boot-image is a "no emulation" image]' \
-    '-no-boot[specify that the el torito CD should be marked an non-bootable]' \
+    '-no-boot[specify that the el torito CD should be marked non-bootable]' \
     '-boot-load-seg[specify the load-segment address of the boot-image for a "no emulation" image]:segment address' \
     '-boot-lead-size[specify the number of 512-byte sectors to load in "no emulation" mode]:load sectors' \
     '-boot-info-table[specify that a 56-byte table of CD-ROM-layout information should be written]' \