Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes2006-03-01 16:54:20 +0000
committerKevin Barnes2006-03-01 16:54:20 +0000
commitae5a2a71ffe3b65078c6ae7e748ebff69710e8b6 (patch)
tree844c0d79598aecc95d35a5b9b96164a474899e63 /org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java
parentc4db4b5a5c03b4ca2410a716fd5ac80c1c84dd14 (diff)
downloadeclipse.platform.debug-ae5a2a71ffe3b65078c6ae7e748ebff69710e8b6.tar.gz
eclipse.platform.debug-ae5a2a71ffe3b65078c6ae7e748ebff69710e8b6.tar.xz
eclipse.platform.debug-ae5a2a71ffe3b65078c6ae7e748ebff69710e8b6.zip
fixed typo in javadoc
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java
index 9415181c3..95cde29b8 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java
@@ -50,7 +50,7 @@ import org.eclipse.swt.widgets.Control;
* In 3.0, the addition of the methods <code>activated</code> and <code>deactivated</code>
* allow tabs to determine the appropriate course of action. The default implementation
* in <code>AbstractLaunchConfigurationTab</code> is to call the old methods
- * (<code>initializeFrom</code> and <code>performApply</code>). Tabs should overeride
+ * (<code>initializeFrom</code> and <code>performApply</code>). Tabs should override
* the new methods as required.
* </p>
* <p>

Back to the top