Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2006-03-23 02:50:33 +0000
committerDarin Swanson2006-03-23 02:50:33 +0000
commit37b5c9302721528c4c98aa8f5c849e6ac5474cbc (patch)
tree437a500869f44cd9cd7ba1522ae7c1f252c60764 /org.eclipse.debug.core
parentde8635906977b57a7ce6edaf44488948c83d5644 (diff)
downloadeclipse.platform.debug-37b5c9302721528c4c98aa8f5c849e6ac5474cbc.tar.gz
eclipse.platform.debug-37b5c9302721528c4c98aa8f5c849e6ac5474cbc.tar.xz
eclipse.platform.debug-37b5c9302721528c4c98aa8f5c849e6ac5474cbc.zip
spelling
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfigurationMigrationDelegate.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfigurationMigrationDelegate.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfigurationMigrationDelegate.java
index 3b5b36ab8..a31cd9bc6 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfigurationMigrationDelegate.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfigurationMigrationDelegate.java
@@ -32,7 +32,7 @@ public interface ILaunchConfigurationMigrationDelegate {
*
* @param candidate potential migration candidate
* @return whether the given launch configuration requires migration
- * @throws CoreException if an exception occurrs determing the status of the
+ * @throws CoreException if an exception occurs determining the status of the
* given configuration
*/
public boolean isCandidate(ILaunchConfiguration candidate) throws CoreException;
@@ -42,7 +42,7 @@ public interface ILaunchConfigurationMigrationDelegate {
*
* @param candidate the candidate to be migrated, which can be a launch configuration
* or working copy
- * @throws CoreException if an exception occurrs during migration
+ * @throws CoreException if an exception occurs during migration
*/
public void migrate(ILaunchConfiguration candidate) throws CoreException;

Back to the top