Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-12-09 03:49:25 +0000
committerDarin Wright2009-12-09 03:49:25 +0000
commitae653995bb4a5d051a906dbddf7188c42c5e1617 (patch)
tree717fcda69f7b6b50405b7f99c9e5585ee75d0995 /org.eclipse.debug.core
parent26b88ce36124d91efd64cdfa4d3b14bb1b689671 (diff)
downloadeclipse.platform.debug-ae653995bb4a5d051a906dbddf7188c42c5e1617.tar.gz
eclipse.platform.debug-ae653995bb4a5d051a906dbddf7188c42c5e1617.tar.xz
eclipse.platform.debug-ae653995bb4a5d051a906dbddf7188c42c5e1617.zip
fixed javadoc spelling error
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchManager.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchManager.java
index bceb23ecb..08be84bfe 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchManager.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchManager.java
@@ -142,7 +142,7 @@ public interface ILaunchManager {
* some suffix that guarantees uniqueness.
* <p>
* If the name prefix does not pass name validation any illegal parts of the name will be removed
- * during the name generation. Illegal characters will be replaced with '_' and illegal names wil be
+ * during the name generation. Illegal characters will be replaced with '_' and illegal names will be
* replaced with "_reserved_".
* </p>
* @param namePrefix the string that the returned name should begin with

Back to the top