From 29222ca186339aa7b69f33a00fc61b40b32dc307 Mon Sep 17 00:00:00 2001 From: dana Date: Tue, 26 Feb 2019 01:21:29 -0600 Subject: 44080: Completion: Fix several option-description typos --- Completion/Darwin/Command/_hdiutil | 2 +- Completion/Darwin/Command/_otool | 4 ++-- Completion/Darwin/Command/_sc_usage | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Completion/Darwin') 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"' -- cgit 1.4.1