Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2010-06-25 13:02:21 +0000
committerMarkus Keller2010-06-25 13:02:21 +0000
commit045283ef6934d48591ede60ad63612cd9fe38a09 (patch)
treef0833b91fd123660aa93e33a1c62f58a4b1b1ffa /org.eclipse.text
parent3790d5457ab12f6b928d61e2be8ece444aa599ea (diff)
downloadeclipse.platform.text-045283ef6934d48591ede60ad63612cd9fe38a09.tar.gz
eclipse.platform.text-045283ef6934d48591ede60ad63612cd9fe38a09.tar.xz
eclipse.platform.text-045283ef6934d48591ede60ad63612cd9fe38a09.zip
fixed wrong usages of affect* & effect*
Diffstat (limited to 'org.eclipse.text')
-rw-r--r--org.eclipse.text/src/org/eclipse/jface/text/IDocumentExtension2.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.text/src/org/eclipse/jface/text/IDocumentExtension2.java b/org.eclipse.text/src/org/eclipse/jface/text/IDocumentExtension2.java
index e8d03f36134..0844c362379 100644
--- a/org.eclipse.text/src/org/eclipse/jface/text/IDocumentExtension2.java
+++ b/org.eclipse.text/src/org/eclipse/jface/text/IDocumentExtension2.java
@@ -38,7 +38,7 @@ public interface IDocumentExtension2 {
/**
* Can be called prior to a <code>replace</code> operation. After the
* <code>replace</code> <code>resumeListenerNotification</code> must be
- * called. The affect of these calls is that no document listener is notified
+ * called. The effect of these calls is that no document listener is notified
* until <code>resumeListenerNotification</code> is called. This allows clients
* to update structure before any listener is informed about the change.<p>
* Listener notification can only be stopped for a single <code>replace</code> operation.

Back to the top