summaryrefslogtreecommitdiff
path: root/Completion/Darwin/Command/_otool
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/Command/_otool
parent2331785afbdeee674b235711bdca05e3a7c685ca (diff)
downloadzsh-29222ca186339aa7b69f33a00fc61b40b32dc307.tar.gz
zsh-29222ca186339aa7b69f33a00fc61b40b32dc307.zip
44080: Completion: Fix several option-description typos
Diffstat (limited to 'Completion/Darwin/Command/_otool')
-rw-r--r--Completion/Darwin/Command/_otool4
1 files changed, 2 insertions, 2 deletions
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