Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-05-16 16:25:50 +0000
committerDarin Wright2006-05-16 16:25:50 +0000
commit29514b48d000b54ab96c43b6deae235ac3a76c60 (patch)
tree5be344c09052e775ad9c81fa5876774dd5150887 /org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java
parent194c6ae9033ebc05eb035cd033291a5567254eb4 (diff)
downloadeclipse.platform.debug-29514b48d000b54ab96c43b6deae235ac3a76c60.tar.gz
eclipse.platform.debug-29514b48d000b54ab96c43b6deae235ac3a76c60.tar.xz
eclipse.platform.debug-29514b48d000b54ab96c43b6deae235ac3a76c60.zip
javadoc spelling errors
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 3eb03b172..e7256f5bc 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
@@ -44,7 +44,7 @@ import org.eclipse.swt.widgets.Control;
* The method <code>setDefaults(ILaunchConfigurationWorkingCopy)</code>
* can be called before a tab's controls are created.
* <p>
- * The launch tab framework was originially designed to handle inter tab
+ * The launch tab framework was originally designed to handle inter tab
* communication by applying attributes from the active tab to a launch configuration
* being edited, when a tab is exited, and by initializing a tab when activated.
* In 3.0, the addition of the methods <code>activated</code> and <code>deactivated</code>

Back to the top