summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-05-29 17:54:08 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-05-29 17:54:08 +0000
commit56528ccb661d4985776234c89355a14093063534 (patch)
tree8b84684ff6827f7e30ad6c670a5b80a2c136b9ac /Completion/Unix/Command
parente4d828b28e73846d24d03b3fada69f769cdcbb33 (diff)
downloadzsh-56528ccb661d4985776234c89355a14093063534.tar.gz
zsh-56528ccb661d4985776234c89355a14093063534.zip
spelling corrections
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_apm2
-rw-r--r--Completion/Unix/Command/_cvs10
-rw-r--r--Completion/Unix/Command/_enscript2
-rw-r--r--Completion/Unix/Command/_imagemagick2
-rw-r--r--Completion/Unix/Command/_java6
-rw-r--r--Completion/Unix/Command/_ls4
-rw-r--r--Completion/Unix/Command/_mount14
-rw-r--r--Completion/Unix/Command/_pbm2
-rw-r--r--Completion/Unix/Command/_perl2
-rw-r--r--Completion/Unix/Command/_prcs30
-rw-r--r--Completion/Unix/Command/_ssh6
-rw-r--r--Completion/Unix/Command/_telnet2
-rw-r--r--Completion/Unix/Command/_wget2
13 files changed, 42 insertions, 42 deletions
diff --git a/Completion/Unix/Command/_apm b/Completion/Unix/Command/_apm
index f4fcaa3ef..7fb035e8e 100644
--- a/Completion/Unix/Command/_apm
+++ b/Completion/Unix/Command/_apm
@@ -12,7 +12,7 @@ _arguments -C -s \
'(-m)--minutes[print total minutes remaining instead of using an hh:mm format]' \
'(--suspend)-s[put the machine into suspend mode if possible]' \
'(-s)--suspend[put the machine into suspend mode if possible]' \
- '(--stanbdby)-S[put the machine into standby mode if possible]' \
+ '(--standby)-S[put the machine into standby mode if possible]' \
'(-S)--standby[put the machine into standby mode if possible]' \
'(--noignore)-n[tell the system not to ignore system-generated APM message]' \
'(-n)--noignore[tell the system not to ignore system-generated APM message]' \
diff --git a/Completion/Unix/Command/_cvs b/Completion/Unix/Command/_cvs
index 13f60194c..b25a2fd45 100644
--- a/Completion/Unix/Command/_cvs
+++ b/Completion/Unix/Command/_cvs
@@ -857,7 +857,7 @@ _cvs_files () {
_alternative \
'directories:directory:_cvs_existing_directories' \
'existing-files:file:_cvs_existing_entries' \
- 'removed-files:removed file:_cvs_nonexisting_entries'
+ 'removed-files:removed file:_cvs_nonexistent_entries'
}
(( $+functions[_cvs_files_modified] )) ||
@@ -865,14 +865,14 @@ _cvs_files_modified () {
_alternative \
'directories:directory:_cvs_existing_directories' \
'existing-files:file:_cvs_modified_entries' \
- 'removed-files:removed file:_cvs_nonexisting_entries'
+ 'removed-files:removed file:_cvs_nonexistent_entries'
}
(( $+functions[_cvs_files_removed] )) ||
_cvs_files_removed () {
_alternative \
'directories:directory:_cvs_existing_directories' \
- 'removed-files:removed file:_cvs_nonexisting_entries'
+ 'removed-files:removed file:_cvs_nonexistent_entries'
}
(( $+functions[_cvs_files_unmaintained] )) ||
@@ -962,8 +962,8 @@ _cvs_nonentried_files () {
}
}
-(( $+functions[_cvs_nonexisting_entries] )) ||
-_cvs_nonexisting_entries () {
+(( $+functions[_cvs_nonexistent_entries] )) ||
+_cvs_nonexistent_entries () {
local expl match linedir realdir files
match=()
: ${PREFIX:#(#b)(*/)(*)}
diff --git a/Completion/Unix/Command/_enscript b/Completion/Unix/Command/_enscript
index c5de3375a..d10acb25f 100644
--- a/Completion/Unix/Command/_enscript
+++ b/Completion/Unix/Command/_enscript
@@ -103,7 +103,7 @@ _arguments -C -s \
'--color=-:use color:(false true)' \
'--download-font=:fontname:' \
'--filter-stdin=:stdin name:(-)' \
- '--h-column-height=:holizontal column height:' \
+ '--h-column-height=:horizontal column height:' \
'--help' \
'--help-pretty-print' \
'--highlight-bar-gray=:gray level:' \
diff --git a/Completion/Unix/Command/_imagemagick b/Completion/Unix/Command/_imagemagick
index b297f3498..2d90d6e94 100644
--- a/Completion/Unix/Command/_imagemagick
+++ b/Completion/Unix/Command/_imagemagick
@@ -419,7 +419,7 @@ xtp)
'-account:password:' \
'-binary[retrieve files as binary]' \
'-directory[list directory]' \
- '-exclude:regualr expression for exclusion:' \
+ '-exclude:regular expression for exclusion:' \
'-file:output file:_files' \
'-get[get files]' \
'-port:port: _ports' \
diff --git a/Completion/Unix/Command/_java b/Completion/Unix/Command/_java
index 5da232231..0e04cb91d 100644
--- a/Completion/Unix/Command/_java
+++ b/Completion/Unix/Command/_java
@@ -54,7 +54,7 @@ javadoc)
'-overview[specify overview file]:_files' \
'-public[display public classes and members only]' \
'-protected[display public/protected classes and members only (default)]' \
- '-package[display pacages, public/protected classes and members only]' \
+ '-package[display packages, public/protected classes and members only]' \
'-private[display all classes and members]' \
'-help[print help message]' \
'-doclet[specify a doclet]:doclet:->doclet' \
@@ -195,7 +195,7 @@ rmiregistry)
rmid)
_arguments \
- '-C-[specify command line argument for child process]:comand line argument for child process:' \
+ '-C-[specify command line argument for child process]:command line argument for child process:' \
'-log[specify log directory]:directory to place logs:_files -/' \
'-port[specify port]:port:_ports' \
'-stop[stop rmid]:' && return 0
@@ -513,7 +513,7 @@ class|doclet)
docsrc)
if compset -P @; then
- _wanted files expl 'pacakge/source list file' _files
+ _wanted files expl 'package/source list file' _files
else
_wanted files expl 'package or source' _files -g '*.java'
fi
diff --git a/Completion/Unix/Command/_ls b/Completion/Unix/Command/_ls
index a0216e50c..0e5625cd2 100644
--- a/Completion/Unix/Command/_ls
+++ b/Completion/Unix/Command/_ls
@@ -51,8 +51,8 @@ arguments=( \
'(--sort -S -U -v -X)-t[sort by time]' \
'(--sort -S -t -v -X)-U[no sort]' \
'(--sort -S -t -U -X)-v[sort by version]' \
- '(--sort -S -t -U -v)-X[sort by extention]' \
- '(-S -t -U -v -X)--sort=:sort:(size time none version extention)' \
+ '(--sort -S -t -U -v)-X[sort by extension]' \
+ '(-S -t -U -v -X)--sort=:sort:(size time none version extension)' \
\
'--color=-::color:(never always auto)' \
\
diff --git a/Completion/Unix/Command/_mount b/Completion/Unix/Command/_mount
index cbd762583..d858026bd 100644
--- a/Completion/Unix/Command/_mount
+++ b/Completion/Unix/Command/_mount
@@ -101,7 +101,7 @@ if (( ! $+_fs_any )); then
'secure[use DES encryption]'
'grpid[inherit group id of parent directory]'
'(acl)noacl[don'"'"'t use access control lists]'
- '(noacl)acl[Use acces control lists for this mount]'
+ '(noacl)acl[use access control lists for this mount]'
'noac[no attribute or directory caching]'
'shortdev[server lack support for 32-bit device special files]'
"$_nfs_access[@]"
@@ -178,15 +178,15 @@ if (( ! $+_fs_any )); then
'(atime)noatime[don'"'"'t update access time]'
'f[fake an /etc/mnttab entry]'
'm[don'"'"'t make an /etc/mnttab entry]'
- '(noforcedirectio)forcedirectio[do I/O synchronously]'
- '(forcedirectio)noforcedirectio[do all I/O asynchronously]'
+ '(noforcedirection)forcedirection[do I/O synchronously]'
+ '(forcedirection)noforcedirection[do all I/O asynchronously]'
'(nointr)intr[allow operations to be interrupted]'
'(intr)nointr[prevent operations from being interrupted]'
'(nolargefiles)largefiles[don'"'"' restrict file size]'
'(largefiles)nolargefiles[restrict file size]'
'(nologging)logging[log transactions]'
'(logging)nologging[log transactions]'
- 'onerror[action to recover from error]:action(panic lock umout)'
+ 'onerror[action to recover from error]:action(panic lock umount)'
'quota[turn on quotas]'
'(ro rw)rq[mount file system read-write with quotas]'
"$_fs_s5fs[@]"
@@ -202,7 +202,7 @@ if (( ! $+_fs_any )); then
'nrr[no rock ridge]'
'notraildot[no trail dot when no extension]'
'nomaplcase[don'"'"'t force lowercase]'
- 'nosiud[ignore suid and sgid bits]'
+ 'nosuid[ignore suid and sgid bits]'
)
_fs_nfs=(
'(fg)bg[retry in the background]'
@@ -214,7 +214,7 @@ if (( ! $+_fs_any )); then
'(sec secure)kerberos[use kerberos authentication]'
'noac[no attribute caching]'
'port[server IP port number]:port:'
- 'posix[posix sematics]'
+ 'posix[posix semantics]'
'proto[specify protocol]:protocol:'\("$(grep -v '^#' /etc/netconfig 2> /dev/null | cut -d ' ' -f 1)"\)
'public[force public file handle]'
'(noquota)quota[enable quotas]'
@@ -226,7 +226,7 @@ if (( ! $+_fs_any )); then
'wsize[specify write buffer size]:write buffer size:(8192)'
'(kerberos secure)sec[set the security mode]:security mode:(sys dh krb4 none)'
'(kerberos sec)secure[use Diffie-Hellman public key system]'
- 'vers[set NFS vesion number]:NFS version number:(2 3)'
+ 'vers[set NFS version number]:NFS version number:(2 3)'
"$_nfs_access[@]"
"$_fs_s5fs[@]"
)
diff --git a/Completion/Unix/Command/_pbm b/Completion/Unix/Command/_pbm
index 0255905f6..66951f040 100644
--- a/Completion/Unix/Command/_pbm
+++ b/Completion/Unix/Command/_pbm
@@ -554,7 +554,7 @@ ppmforge)
'-mesh:FFT mesh size:' '-power:elevations power factor:' \
'-glaciers:glacier elevation:' '-ice:polar ice cap extent:' \
'-saturation:star color saturation:' \
- '-seed:randum number seed:' \
+ '-seed:random number seed:' \
'-stars:minimum star pixel percentage:' \
'(-xsize)-width:width:' '(-width)-xsize:width:' \
'(-ysize)-height:height:' '(-height)-ysize:height:'
diff --git a/Completion/Unix/Command/_perl b/Completion/Unix/Command/_perl
index ff97edb5f..d9554e431 100644
--- a/Completion/Unix/Command/_perl
+++ b/Completion/Unix/Command/_perl
@@ -24,7 +24,7 @@ _perl () {
"-P[run script through C preprocessor before compilation]" \
"-s[enable some switch parsing for switches after script name]" \
"-S[look for the script using PATH environment variable]" \
- "-T[turn on tainting checks]" \
+ "-T[turn on tainted checks]" \
"-u[dump core after parsing script]" \
"-U[allow unsafe operations]" \
"-v[print version number, patchlevel plus VERY IMPORTANT perl info]" \
diff --git a/Completion/Unix/Command/_prcs b/Completion/Unix/Command/_prcs
index 5f964fbac..c5a5313b1 100644
--- a/Completion/Unix/Command/_prcs
+++ b/Completion/Unix/Command/_prcs
@@ -92,8 +92,8 @@ else
;;
checkin)
_prcs_arguments \
- '(-r)--revison=[version of the project]:revision:' \
- '(--revison)-r[version of the project]:revision:' \
+ '(-r)--revision=[version of the project]:revision:' \
+ '(--revision)-r[version of the project]:revision:' \
'(-s)--skilled-merge[turn off most of the safety features of merge]' \
'(--skilled-merge)-s[turn off most of the safety features of merge]' \
':project name:_prcs_projects' \
@@ -101,8 +101,8 @@ else
;;
checkout)
_prcs_arguments \
- '(-r)--revison=[version of the project]:revision:' \
- '(--revison)-r[version of the project]:revision:' \
+ '(-r)--revision=[version of the project]:revision:' \
+ '(--revision)-r[version of the project]:revision:' \
'(-p)--preserve[preserve permissions on files that are checked out]' \
'(--preserve)-p[preserve permissions on files that are checked out]' \
"(-u)--unlink[don't overwrite symbolic link references]" \
@@ -117,8 +117,8 @@ else
;;
delete)
_prcs_arguments \
- '(-r)--revison=[version of the project]:reversion:' \
- '(--revison)-r[version of the project]:reversion:' \
+ '(-r)--revision=[version of the project]:reversion:' \
+ '(--revision)-r[version of the project]:reversion:' \
':project name:_prcs_projects'
;;
depopulate)
@@ -128,7 +128,7 @@ else
;;
diff)
_prcs_arguments \
- '*--revison=[version of the project]:revision:' \
+ '*--revision=[version of the project]:revision:' \
'*-r[version of the project]:revision:' \
'(-k)--keywords[compare keywords too]' \
'(--keywords)-k[compare keywords too]' \
@@ -142,8 +142,8 @@ else
;;
execute)
_prcs_arguments \
- '(-r)--revison=[version of the project]:reversion:' \
- '(--revison)-r[version of the project]:reversion:' \
+ '(-r)--revision=[version of the project]:reversion:' \
+ '(--revision)-r[version of the project]:reversion:' \
'--pre[list directories first]' \
'(--pipe)--all[execute command once, with all files as arguments]' \
'(--all)--pipe[supply file contents as the standard input]' \
@@ -155,16 +155,16 @@ else
;;
info)
_prcs_arguments \
- '(-r)--revison=[version of the project]:revision:' \
- '(--revison)-r[version of the project]:revision:' \
+ '(-r)--revision=[version of the project]:revision:' \
+ '(--revision)-r[version of the project]:revision:' \
'--sort=[set sorting type]:sorting type:(version date)' \
':project name:_prcs_projects' \
'*:file or directory:_files'
;;
merge)
_prcs_arguments \
- '(-r)--revison=[version of the project]:revision:' \
- '(--revison)-r[version of the project]:revision:' \
+ '(-r)--revision=[version of the project]:revision:' \
+ '(--revision)-r[version of the project]:revision:' \
'(-s)--skilled-merge[turn off most of the safety features of merge]' \
'(--skilled-merge)-s[turn off most of the safety features of merge]' \
"(-u)--unlink[don't overwrite symbolic link references]" \
@@ -174,8 +174,8 @@ else
;;
package)
_prcs_arguments \
- '(-r)--revison=[version of the project]:revision:' \
- '(--revison)-r[version of the project]:revision:' \
+ '(-r)--revision=[version of the project]:revision:' \
+ '(--revision)-r[version of the project]:revision:' \
'(-z)--compress=[compress the output]' \
'(--compress)-z[compress the output]' \
':project name:_prcs_projects' \
diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh
index 7e81123ef..8b3c8f0c4 100644
--- a/Completion/Unix/Command/_ssh
+++ b/Completion/Unix/Command/_ssh
@@ -40,7 +40,7 @@ _ssh () {
'-N[do not execute a remote command. (protocol version 2 only)]'\
'*-o[specify extra options]:option string:->option' \
'-p[specify port on remote host]:port number on remote host:_ports' \
- '-P[use non priviledged port]' \
+ '-P[use non privileged port]' \
'-q[quiet operation]' \
'-t[force pseudo-tty allocation]' \
'-T[disable pseudo-tty allocation (protocol version 2 only)]'\
@@ -64,7 +64,7 @@ _ssh () {
option)
if compset -P '*[= ]'; then
case "$IPREFIX" in
- *(#i)(batchmode|compression|fallbacktorsh|forward(agent|x11)|keepalive|passwordauthentication|rhosts(|rsa)authentication|rsaauthentication|usersh|kerberos(authetication|tgtparsing)|usepriviledgedport)*)
+ *(#i)(batchmode|compression|fallbacktorsh|forward(agent|x11)|keepalive|passwordauthentication|rhosts(|rsa)authentication|rsaauthentication|usersh|kerberos(authetication|tgtparsing)|useprivileged)*)
_wanted values expl 'truth value' compadd yes no && ret=0
;;
*(#i)cipher*)
@@ -118,7 +118,7 @@ _ssh () {
ProxyCommand RemoteForward RhostsAuthentication \
RhostsRSAAuthentication RSAAuthentication \
StrictHostKeyChecking TISAuthentication \
- UsePriviledgedPort Protocol User UserKnownHostsFile UseRsh \
+ UsePrivilegedPort Protocol User UserKnownHostsFile UseRsh \
XAuthLocation && ret=0
fi
;;
diff --git a/Completion/Unix/Command/_telnet b/Completion/Unix/Command/_telnet
index d9e02ad42..fc8b6a44e 100644
--- a/Completion/Unix/Command/_telnet
+++ b/Completion/Unix/Command/_telnet
@@ -16,7 +16,7 @@ if (( ! $+_telnet_args )); then
'*\[-E\]*' '-E[disable an escape character]'
'*\[-K\]*' '-K[no automatic login]'
'*\[-L\]*' '-L[allow 8-Bit data on output]'
- '*\[-N\]*' '-N[supress reverse lookup]'
+ '*\[-N\]*' '-N[suppress reverse lookup]'
'*\[-S tos\]*' '-S+:IP type-of-service:'
'*\[-X atype\]*' '-X+:authentication type to disable:'
'*\[-a\]*' '-a[attempt automatic login]'
diff --git a/Completion/Unix/Command/_wget b/Completion/Unix/Command/_wget
index 515f73eda..3f195cc8c 100644
--- a/Completion/Unix/Command/_wget
+++ b/Completion/Unix/Command/_wget
@@ -29,7 +29,7 @@ _arguments -C -s \
'--spider' \
{'(--timeout)-T+[timeout]','(-T)--timeout='}':read timeout(seconds):' \
{'(--wait)-w+[wait]','(-w)--wait='}':wait between retrievals(seconds):' \
- '--waitretry=:seconds to wait between retries of a retieval:' \
+ '--waitretry=:seconds to wait between retries of a retrieval:' \
{'(--proxy --use-proxy)-Y+[proxy]','(-Y --use-proxy)--proxy=','(-Y --proxy)--use-proxy='}':proxy:(on off)' \
{'(--quota)-Q+[quota]','(-Q)--quota='}':number:' \
'(--force-directories)-x[force directories]' '(-x)--force-directories' \