about summary refs log tree commit diff
path: root/Completion/Linux
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/Linux
parent2331785afbdeee674b235711bdca05e3a7c685ca (diff)
downloadzsh-29222ca186339aa7b69f33a00fc61b40b32dc307.tar.gz
zsh-29222ca186339aa7b69f33a00fc61b40b32dc307.tar.xz
zsh-29222ca186339aa7b69f33a00fc61b40b32dc307.zip
44080: Completion: Fix several option-description typos
Diffstat (limited to 'Completion/Linux')
-rw-r--r--Completion/Linux/Command/_btrfs4
-rw-r--r--Completion/Linux/Command/_cpupower2
-rw-r--r--Completion/Linux/Command/_iptables2
3 files changed, 4 insertions, 4 deletions
diff --git a/Completion/Linux/Command/_btrfs b/Completion/Linux/Command/_btrfs
index 3ecebe62a..cc42dd153 100644
--- a/Completion/Linux/Command/_btrfs
+++ b/Completion/Linux/Command/_btrfs
@@ -241,7 +241,7 @@ while (( $#state )); do
         qgroup:(assign|remove)) args+=( '1:source path:_files -/'
           '2:destination path:_files -/' '3:path:_files -/' );|
         qgroup:assign) args+=( \!--rescan
-          "--no-rescan[don't do a rescan, even if the assignment will make the quotas inconsitent]" )
+          "--no-rescan[don't do a rescan, even if the assignment will make the quotas inconsistent]" )
         ;;
         qgroup:(create|destroy)) args+=( '1:qgroupid:' '2:path:_files -/' );;
         qgroup:show)
@@ -337,7 +337,7 @@ while (( $#state )); do
             '--init-csum-tree[create a new CRC tree]'
             '--init-extent-tree[create a new extent tree]'
             '--clear-space-cache[clear space cache for v1 or v2]:version:(v1 v2)'
-            '--check-data-csum[verify checkums of data blocks]'
+            '--check-data-csum[verify checksums of data blocks]'
             '(-Q --qgroup-report)'{-Q,--qgroup-report}'[verify qgroup accounting and compare against filesystem accounting]'
             '(-E --subvol-extents)'{-E,--subvol-extents}'[show extent state for the given subvolume]:subvolume id'
             '(-p --progress)'{-p,--progress}'[indicate progress at various checking phases]'
diff --git a/Completion/Linux/Command/_cpupower b/Completion/Linux/Command/_cpupower
index 6713323cb..ae1f1d3d1 100644
--- a/Completion/Linux/Command/_cpupower
+++ b/Completion/Linux/Command/_cpupower
@@ -44,7 +44,7 @@ case $state in
           {-l,--hwlimits}'[show min/max frequency allowed]'
           {-d,--driver}'[show the kernel driver in use]'
           {-p,--policy}'[show the current cpufreq policy]'
-          {-g,--governors}'[show available governers]'
+          {-g,--governors}'[show available governors]'
           {-r,--related-cpus}'[show cpus that run at the same frequency]'
           {-a,--affected-cpus}'[show software controlled cpus]'
           {-s,--stats}'[show cpufreq statistics]'
diff --git a/Completion/Linux/Command/_iptables b/Completion/Linux/Command/_iptables
index ae8d66ea4..43f9f632f 100644
--- a/Completion/Linux/Command/_iptables
+++ b/Completion/Linux/Command/_iptables
@@ -102,7 +102,7 @@ while
 	'--ctreplsrc[match reply source address]:*^!:network:_hosts'
 	'--ctrepldst[match reply destination address]:*^!:network:_hosts'
 	'--ctstatus[match internal conntrack states]:state:(NONE EXPECTED SEEN_REPLY ASSURED)'
-	'--ctexpire[match remaing lifetime]:time'
+	'--ctexpire[match remaining lifetime]:time'
       )
     ;;
     dscp)