From 56528ccb661d4985776234c89355a14093063534 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 29 May 2001 17:54:08 +0000 Subject: spelling corrections --- Completion/Unix/Command/_java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/Unix/Command/_java') 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 -- cgit 1.4.1