about summary refs log tree commit diff
path: root/Completion/BSD
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/BSD
parent2331785afbdeee674b235711bdca05e3a7c685ca (diff)
downloadzsh-29222ca186339aa7b69f33a00fc61b40b32dc307.tar.gz
zsh-29222ca186339aa7b69f33a00fc61b40b32dc307.tar.xz
zsh-29222ca186339aa7b69f33a00fc61b40b32dc307.zip
44080: Completion: Fix several option-description typos
Diffstat (limited to 'Completion/BSD')
-rw-r--r--Completion/BSD/Command/_bsd_pkg4
-rw-r--r--Completion/BSD/Command/_fetch2
2 files changed, 3 insertions, 3 deletions
diff --git a/Completion/BSD/Command/_bsd_pkg b/Completion/BSD/Command/_bsd_pkg
index d8928afaf..25d4f346a 100644
--- a/Completion/BSD/Command/_bsd_pkg
+++ b/Completion/BSD/Command/_bsd_pkg
@@ -215,7 +215,7 @@ _bsd_pkg() {
         '-N[show which packages each package was built with]'
         '-n[show which packages each package needs]'
         '-p[show installation prefixes]'
-        '-Q[show the definition of the speficied variable from the build information]:variable:'
+        '-Q[show the definition of the specified variable from the build information]:variable:'
         '-r[show list of installed requiring packages recursively]'
         '-S[show total size occupied by each package and its dependents]'
         '-u[show information for all user-installed packages]'
@@ -227,7 +227,7 @@ _bsd_pkg() {
       flags+=(
         '(:)-A[show all installed packages, including internal packages]'
         '-C[show certificate information]'
-        '-E[show the package that contains the speficied file]:file:_files'
+        '-E[show the package that contains the specified file]:file:_files'
         # XXX only with -L
         '-K[prefix filenames with category keywords]'
         '-M[show the install-message file]'
diff --git a/Completion/BSD/Command/_fetch b/Completion/BSD/Command/_fetch
index ac1264bf8..eef5ffd96 100644
--- a/Completion/BSD/Command/_fetch
+++ b/Completion/BSD/Command/_fetch
@@ -23,7 +23,7 @@ _arguments -s -S \
   '(-N --netrc)'{-N+,--netrc=}'[use file instead of ~/.netrc to look up login names and pass- words for FTP sites]' \
   '(-n --no-mtime)'{-n,--no-mtime}"[don't preserve the modification time]" \
   '--no-passive[force FTP code to use active mode]' \
-  '--no-proxy=[hosts on which to disable proxoes]:host:_sequence _hosts' \
+  '--no-proxy=[hosts on which to disable proxies]:host:_sequence _hosts' \
   '--no-sslv3' '--no-tlsv1' --no-verify-hostname --no-verify-peer \
   '(-o --output)'{-o+,--output=}'[set the output file name]:file:_files' \
   '-P' \