Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2010-12-13 15:43:36 +0000
committerMichael Rennie2010-12-13 15:43:36 +0000
commiteaa81da95e564d3a6ab443c1e4fdc8ec7fda75e2 (patch)
tree3a07ae59bb8063c8388032fc0101019ce72a3f43 /org.eclipse.debug.core
parent213fff67cef509575e22acfaa6d7575a65ce5aad (diff)
downloadeclipse.platform.debug-eaa81da95e564d3a6ab443c1e4fdc8ec7fda75e2.tar.gz
eclipse.platform.debug-eaa81da95e564d3a6ab443c1e4fdc8ec7fda75e2.tar.xz
eclipse.platform.debug-eaa81da95e564d3a6ab443c1e4fdc8ec7fda75e2.zip
Bug 317975 - Fix for wrong usages of affect* and effect*
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfiguration.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfiguration.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfiguration.java
index 811a89f6a..b6df8537e 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfiguration.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/ILaunchConfiguration.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
+ * Copyright (c) 2000, 2010 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -106,7 +106,7 @@ public interface ILaunchConfiguration extends IAdaptable {
* working copy does not refer back to this configuration
* as its original launch configuration (the working copy
* will return <code>null</code> for <code>getOriginal()</code>).
- * When the working copy is saved it will not effect this
+ * When the working copy is saved it will not affect this
* launch configuration.
*
* @param name the name of the copy

Back to the top