about summary refs log tree commit diff
path: root/Completion/Darwin
diff options
context:
space:
mode:
authordana <dana@dana.is>2019-02-26 01:21:29 -0600
committerdana <dana@dana.is>2019-02-26 01:21:29 -0600
commit29222ca186339aa7b69f33a00fc61b40b32dc307 (patch)
treecaac1e431659d7c457d5fbadfc64b2c52ddbacbf /Completion/Darwin
parent2331785afbdeee674b235711bdca05e3a7c685ca (diff)
downloadzsh-29222ca186339aa7b69f33a00fc61b40b32dc307.tar.gz
zsh-29222ca186339aa7b69f33a00fc61b40b32dc307.tar.xz
zsh-29222ca186339aa7b69f33a00fc61b40b32dc307.zip
44080: Completion: Fix several option-description typos
Diffstat (limited to 'Completion/Darwin')
-rw-r--r--Completion/Darwin/Command/_hdiutil2
-rw-r--r--Completion/Darwin/Command/_otool4
-rw-r--r--Completion/Darwin/Command/_sc_usage2
3 files changed, 4 insertions, 4 deletions
diff --git a/Completion/Darwin/Command/_hdiutil b/Completion/Darwin/Command/_hdiutil
index 13133b1f9..c31808716 100644
--- a/Completion/Darwin/Command/_hdiutil
+++ b/Completion/Darwin/Command/_hdiutil
@@ -220,7 +220,7 @@ _hdiutil(){
         "-uid[uid of root directory]:uid in number" \
         "-gid[gid of root directory]:gid in number" \
         "-mode[mode of root directory]:mode" \
-        "-nouuid[suppress addiing a UUID]" \
+        "-nouuid[suppress adding a UUID]" \
         "(-noautostretch)-autostretch" \
         "(-autostretch)-noautostretch" \
         "-stretch[max_stretch]: :_hdiutil_imagesize" \
diff --git a/Completion/Darwin/Command/_otool b/Completion/Darwin/Command/_otool
index 8c6c00867..c3fc70b91 100644
--- a/Completion/Darwin/Command/_otool
+++ b/Completion/Darwin/Command/_otool
@@ -20,7 +20,7 @@ _arguments \
   '-I[display the indirect symbol table]' \
   '-T[display the table of contents for a dynamic shared library]' \
   '-R[display the reference table of a dynamic shared library]' \
-  '-M[display the module table of dymamic shared library]' \
+  '-M[display the module table of dynamic shared library]' \
   '-H[display the two-level namespace hints table]' \
   '-G[display the data in code table]' \
   '-C[display the linker optimization hints]' \
@@ -35,7 +35,7 @@ _arguments \
   '-j[with disassembly, print opcode bytes]' \
   "-Q[use otool's disassembler]" \
   '-arch[select the specified architecture from a universal file]:arch:(i386 x86_64)' \
-  '-m[object file names are not assuemd to be in archive(member) syntax]' \
+  '-m[object file names are not assumed to be in archive(member) syntax]' \
   '(- *)--version[print version of otool]' \
   '*:file:_object_files' && return 0
 
diff --git a/Completion/Darwin/Command/_sc_usage b/Completion/Darwin/Command/_sc_usage
index 3a11a1bff..17909ce6f 100644
--- a/Completion/Darwin/Command/_sc_usage
+++ b/Completion/Darwin/Command/_sc_usage
@@ -5,6 +5,6 @@ _arguments -s -A '-*' : \
   '-e[sort output by call count]' \
   '-l[use scrolling output style instead of window updating style]' \
   '-s+[specify sampling interval]:seconds' \
-  '(- :)-E[specify command path and args to excute]: :_absolute_command_paths:*:: :_normal' \
+  '(- :)-E[specify command path and args to execute]: :_absolute_command_paths:*:: :_normal' \
   '1: : _alternative "processes:: _pids"
 	"processes-names:: _process_names -a"'