diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-29 17:54:08 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-29 17:54:08 +0000 |
commit | 56528ccb661d4985776234c89355a14093063534 (patch) | |
tree | 8b84684ff6827f7e30ad6c670a5b80a2c136b9ac /Completion/Unix/Command/_java | |
parent | e4d828b28e73846d24d03b3fada69f769cdcbb33 (diff) | |
download | zsh-56528ccb661d4985776234c89355a14093063534.tar.gz zsh-56528ccb661d4985776234c89355a14093063534.tar.xz zsh-56528ccb661d4985776234c89355a14093063534.zip |
spelling corrections
Diffstat (limited to 'Completion/Unix/Command/_java')
-rw-r--r-- | Completion/Unix/Command/_java | 6 |
1 files changed, 3 insertions, 3 deletions
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 |