Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Maetzel2004-02-26 14:45:31 +0000
committerKai Maetzel2004-02-26 14:45:31 +0000
commit00f1fca4a4645de59587c5ebf5d9c2016c234244 (patch)
treea579c31ec46554badb87f91f74482bb27f973359 /org.eclipse.text/src
parent210f37706635d0363c64738db72af5b18de6b7b1 (diff)
downloadeclipse.platform.text-00f1fca4a4645de59587c5ebf5d9c2016c234244.tar.gz
eclipse.platform.text-00f1fca4a4645de59587c5ebf5d9c2016c234244.tar.xz
eclipse.platform.text-00f1fca4a4645de59587c5ebf5d9c2016c234244.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.text/src')
-rw-r--r--org.eclipse.text/src/org/eclipse/jface/text/IDocumentInformationMapping.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.text/src/org/eclipse/jface/text/IDocumentInformationMapping.java b/org.eclipse.text/src/org/eclipse/jface/text/IDocumentInformationMapping.java
index 6332309963c..32f2f7be939 100644
--- a/org.eclipse.text/src/org/eclipse/jface/text/IDocumentInformationMapping.java
+++ b/org.eclipse.text/src/org/eclipse/jface/text/IDocumentInformationMapping.java
@@ -15,7 +15,7 @@ package org.eclipse.jface.text;
* A <code>IDocumentInformationMapping</code> represents a mapping between the coordinates of two
* <code>IDocument</code> objects: the original and the image. The document information mapping
* can translate document information such as line numbers or character ranges given for the original into
- * the corresponding information of the image and wise versa.
+ * the corresponding information of the image and vice versa.
*
* @since 2.1
*/

Back to the top