Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Ryan2014-06-14 14:49:18 +0000
committerGerard Ryan2014-10-02 19:44:04 +0000
commit32a43a813e2c085e76725ed4b1412f0634355277 (patch)
treef6228130309bcae9afe51b7776d1c468fddbc1b0 /bundles/org.eclipse.equinox.console
parentd0f81ed3c6eb4a7fec8a6c823505e0b50b4dd07a (diff)
downloadrt.equinox.bundles-32a43a813e2c085e76725ed4b1412f0634355277.tar.gz
rt.equinox.bundles-32a43a813e2c085e76725ed4b1412f0634355277.tar.xz
rt.equinox.bundles-32a43a813e2c085e76725ed4b1412f0634355277.zip
Minor typo fix: spedify -> specifyI20141008-1300I20141007-1500I20141007-0800
Signed-off-by: Gerard Ryan <gerard@ryan.lt>
Diffstat (limited to 'bundles/org.eclipse.equinox.console')
-rwxr-xr-xbundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/ConsoleMsg.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/ConsoleMsg.java b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/ConsoleMsg.java
index 269a4252a..0504d2147 100755
--- a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/ConsoleMsg.java
+++ b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/ConsoleMsg.java
@@ -116,7 +116,7 @@ public class ConsoleMsg extends NLS {
public static final String CONSOLE_HELP_STOP_COMMAND_DESCRIPTION = "stop the specified bundle(s)";
public static final String CONSOLE_HELP_STOP_COMMAND_ARGUMENT_DESCRIPTION = "bundle(s) to stop";
public static final String CONSOLE_HELP_INSTALL_COMMAND_DESCRIPTION = "install and optionally start bundle from the given URL";
- public static final String CONSOLE_HELP_INSTALL_START_OPTION_DESCRIPTION = "spedify if the bundle should be started after installation";
+ public static final String CONSOLE_HELP_INSTALL_START_OPTION_DESCRIPTION = "specify if the bundle should be started after installation";
public static final String CONSOLE_HELP_INSTALL_START_ARGUMENT_DESCRIPTION = "Location of bundle to install";
public static final String CONSOLE_HELP_UPDATE_COMMAND_DESCRIPTION = "update the specified bundle(s)";
public static final String CONSOLE_HELP_UPDATE_COMMAND_ARGUMENT_DESCRIPTION = "bundle(s) to update";

Back to the top