Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.core/notes')
-rw-r--r--org.eclipse.jdt.core/notes/API_changes.html2
-rw-r--r--org.eclipse.jdt.core/notes/R30_buildnotes_jdt-core.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jdt.core/notes/API_changes.html b/org.eclipse.jdt.core/notes/API_changes.html
index 93f1dbec97..0ae31a5600 100644
--- a/org.eclipse.jdt.core/notes/API_changes.html
+++ b/org.eclipse.jdt.core/notes/API_changes.html
@@ -232,7 +232,7 @@ void becomeWorkingCopy(IProblemRequestor problemRequestor, IProgressMonitor moni
*
* It is possible that the contents of the original resource have changed
* since this working copy was created, in which case there is an update conflict.
- * The value of the force parameter effects the resolution of
+ * The value of the force parameter affects the resolution of
* such a conflict:
* - true - in this case the contents of this working copy are applied to
* the underlying resource even though this working copy was created
diff --git a/org.eclipse.jdt.core/notes/R30_buildnotes_jdt-core.html b/org.eclipse.jdt.core/notes/R30_buildnotes_jdt-core.html
index 676a991c91..cc985a509e 100644
--- a/org.eclipse.jdt.core/notes/R30_buildnotes_jdt-core.html
+++ b/org.eclipse.jdt.core/notes/R30_buildnotes_jdt-core.html
@@ -721,7 +721,7 @@ public static void addPreProcessingResourceChangedListener(IResourceChangeListen
/**
* Removes the given pre-processing resource changed listener.
*
- * Has no affect if an identical listener is not registered.
+ * Has no effect if an identical listener is not registered.
*
* @param listener the listener
* @since 3.0
@@ -4006,7 +4006,7 @@ void becomeWorkingCopy(IProblemRequestor problemRequestor, IProgressMonitor moni
*
* It is possible that the contents of the original resource have changed
* since this working copy was created, in which case there is an update conflict.
- * The value of the force parameter effects the resolution of
+ * The value of the force parameter affects the resolution of
* such a conflict:
* - true - in this case the contents of this working copy are applied to
* the underlying resource even though this working copy was created

Back to the top