summaryrefslogtreecommitdiff
path: root/Completion
diff options
context:
space:
mode:
Diffstat (limited to 'Completion')
-rw-r--r--Completion/BSD/Command/_kdump2
-rw-r--r--Completion/BSD/Command/_ktrace2
-rw-r--r--Completion/Debian/Command/_aptitude2
-rw-r--r--Completion/Linux/Command/_modutils2
-rw-r--r--Completion/Linux/Command/_sysstat2
-rw-r--r--Completion/Mandriva/Command/_urpmi2
-rw-r--r--Completion/Redhat/Command/_dnf2
-rw-r--r--Completion/Unix/Command/_ansible2
-rw-r--r--Completion/Unix/Command/_gcc4
9 files changed, 10 insertions, 10 deletions
diff --git a/Completion/BSD/Command/_kdump b/Completion/BSD/Command/_kdump
index 946296a75..e5c7c4cce 100644
--- a/Completion/BSD/Command/_kdump
+++ b/Completion/BSD/Command/_kdump
@@ -30,7 +30,7 @@ local args=(
'-f+[use the specified file (- for stdin)]:dump file:_files'
'-l[loop reading the trace file]'
'-m+[maximum I/O bytes to display]:max data bytes:'
- '-n[supress ad hoc translations]'
+ '-n[suppress ad hoc translations]'
'-p+[show output only for the specified pid]: :_kdump_pid'
'(-E -T)-R[display relative timestamps]'
'(-E -R )-T[display absolute timestamps]'
diff --git a/Completion/BSD/Command/_ktrace b/Completion/BSD/Command/_ktrace
index 13c11f15d..9613ba2bf 100644
--- a/Completion/BSD/Command/_ktrace
+++ b/Completion/BSD/Command/_ktrace
@@ -4,7 +4,7 @@ local args=(
'-a[append to the trace file]'
'(*)-C[disable tracing on all user owned processes or all processes if executed by root]'
'-c[clear the trace points]'
- '-d[trace current decendants]'
+ '-d[trace current descendants]'
'-f+[log trace to specified file]:trace file:_files'
'(-p *)-g+[enable/disable tracing on specified process group]:pgid:_pgids'
'-i[inherit trace flags on future children]'
diff --git a/Completion/Debian/Command/_aptitude b/Completion/Debian/Command/_aptitude
index 91d233f11..5b10adb80 100644
--- a/Completion/Debian/Command/_aptitude
+++ b/Completion/Debian/Command/_aptitude
@@ -15,7 +15,7 @@ _arguments -C \
'(-F --display-format)'{-F,--display-format}'[specify output format for search command]:format:->format-strings' \
'--group-by=[control how the versions command groups its output]:grouping:(archive auto none package source-package source-version)' \
'--log-file=[specify output log file]:file:_files' \
- '*--log-level=[specify mimimum message level to log]:level:compadd -o nosort off fatal error warn info debug trace' \
+ '*--log-level=[specify minimum message level to log]:level:compadd -o nosort off fatal error warn info debug trace' \
'--log-resolver[set some standard log levels related to the resolver]' \
'(--allow-new-installs)--no-new-installs[prevent safe-upgrade from installing any new packages]' \
'(--allow-new-upgrades)--no-new-upgrades[prevent safe-upgrade from upgrading packages regardless]' \
diff --git a/Completion/Linux/Command/_modutils b/Completion/Linux/Command/_modutils
index 1205f2506..3e46130a2 100644
--- a/Completion/Linux/Command/_modutils
+++ b/Completion/Linux/Command/_modutils
@@ -105,7 +105,7 @@ _modutils() {
loaded-modules|loadable-modules)
if [[ -r /proc/modules ]]; then
loaded_modules=(${${(f)"$(</proc/modules)"}%% *})
- # For compatibilty with old systems. Kernels nowadays provide
+ # For compatibility with old systems. Kernels nowadays provide
# `/proc/modules` which is more reliable and faster for us.
elif [[ -x /sbin/lsmod ]]; then
loaded_modules=(${${(f)"$(_call_program loaded-modules /sbin/lsmod)"}[2,-1]%% *})
diff --git a/Completion/Linux/Command/_sysstat b/Completion/Linux/Command/_sysstat
index eba99fc5a..5620da73d 100644
--- a/Completion/Linux/Command/_sysstat
+++ b/Completion/Linux/Command/_sysstat
@@ -52,7 +52,7 @@ _sadf() {
'(-g -j -p -r -x)-h[print on a single line when used with -d]' \
'-O[specify output options]: : _values -s , option
autoscale bwcol customcol height\:value oneday packed showidle showinfo showtoc skipempty hz\:value pcparchive\:name\:_files debug' \
- '-P[restrict processor dependant statistics]:processor number(zero indexed) or ALL:(ALL)' \
+ '-P[restrict processor dependent statistics]:processor number(zero indexed) or ALL:(ALL)' \
'--dev=-[specify block devices for which statistics are to be displayed]:block device:_files -g "*(-%)"' \
'--fs=-[specify filesystems for which statistics are to be displayed]:file system:_dir_list -s ,' \
'--iface=-[specify network interfaces for which statistics are to be displayed]:network interface:_sequence _net_interfaces' \
diff --git a/Completion/Mandriva/Command/_urpmi b/Completion/Mandriva/Command/_urpmi
index be6350129..21c44ffaa 100644
--- a/Completion/Mandriva/Command/_urpmi
+++ b/Completion/Mandriva/Command/_urpmi
@@ -131,7 +131,7 @@ _urpmi() {
"($help --no-probe --probe-hdlist)--probe-synthesis[try to find and use synthesis file]" \
"($help)--update[mark as update media]" \
"($help)--version[use specified distribution version]:Mandrake version: " \
- "($help)--virtual[create virtual media wich are always up-to-date]" \
+ "($help)--virtual[create virtual media which are always up-to-date]" \
"($help)-c[clean headers cache directory]" \
"($help)-f[force generation of hdlist files]" \
"($help --distrib):name of media: " \
diff --git a/Completion/Redhat/Command/_dnf b/Completion/Redhat/Command/_dnf
index 174788ec6..ce111f38f 100644
--- a/Completion/Redhat/Command/_dnf
+++ b/Completion/Redhat/Command/_dnf
@@ -345,7 +345,7 @@ _dnf_command() {
;;
clean)
tmp=(
- 'dbcache:remove chache files generated from the repository metadata'
+ 'dbcache:remove cache files generated from the repository metadata'
'expire-cache:mark the repository metadata expired'
'metadata:remove the repository metadata'
'packages:remove any cached packages'
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]'