about summary refs log tree commit diff
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2021-11-12 23:33:37 +0200
committerOliver Kiddle <opk@zsh.org>2021-11-12 23:54:34 +0100
commit356dcb20cef387a5eea5f8fcbfe123b24e3bb928 (patch)
treed5b153637b9652f6dd8edc1acdac4ef589579765 /Completion/Unix/Command
parentc7f4634549697a65af0dc82e97e8b066bfb81f6c (diff)
downloadzsh-356dcb20cef387a5eea5f8fcbfe123b24e3bb928.tar.gz
zsh-356dcb20cef387a5eea5f8fcbfe123b24e3bb928.tar.xz
zsh-356dcb20cef387a5eea5f8fcbfe123b24e3bb928.zip
github #82: Fix typos
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_ansible2
-rw-r--r--Completion/Unix/Command/_gcc4
2 files changed, 3 insertions, 3 deletions
diff --git a/Completion/Unix/Command/_ansible b/Completion/Unix/Command/_ansible
index 785ae45d0..2d976b0a0 100644
--- a/Completion/Unix/Command/_ansible
+++ b/Completion/Unix/Command/_ansible
@@ -358,7 +358,7 @@ case $state in
           '(-p --collections-path)'{-p+,--collections-path=}'[specify directory containing collections]:_directories'
           '(-r --requirements-file *)'{-r+,--requirements-file=}'[specify file containing a list of collections to install]:file:_files'
           '--pre[include pre-release versions]'
-          '*:collecion name:_files'
+          '*:collection name:_files'
         )
       ;;
     esac
diff --git a/Completion/Unix/Command/_gcc b/Completion/Unix/Command/_gcc
index b6f1da2c6..ac0e8fda3 100644
--- a/Completion/Unix/Command/_gcc
+++ b/Completion/Unix/Command/_gcc
@@ -957,10 +957,10 @@ if [[ "$service" = clang* ]]; then
     '-fveclib=[use the given vector functions library]:arg'
     '-fvectorize[enable the loop vectorization passes]'
     '-fvirtual-function-elimination[enables dead virtual function elimination optimization]'
-    '-fvisibility-dllexport=[the visibility for dllexport defintions]:arg'
+    '-fvisibility-dllexport=[the visibility for dllexport definitions]:arg'
     '-fvisibility-externs-dllimport=[the visibility for dllimport external declarations]:arg'
     '-fvisibility-externs-nodllstorageclass=[the visibility for external declarations without an explicit DLL dllstorageclass]:arg'
-    '-fvisibility-from-dllstorageclass[set the visiblity of symbols in the generated code from their DLL storage class]'
+    '-fvisibility-from-dllstorageclass[set the visibility of symbols in the generated code from their DLL storage class]'
     '-fvisibility-global-new-delete-hidden[give global C++ operator new and delete declarations hidden visibility]'
     '-fvisibility-inlines-hidden[give inline C++ member functions hidden visibility by default]'
     '-fvisibility-inlines-hidden-static-local-var[visibility inlines hidden static local var]'