Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteicher2004-04-22 14:30:45 +0000
committerteicher2004-04-22 14:30:45 +0000
commitbd474c27092609080a6fb4734d6f88a55cbabad1 (patch)
tree0d97b47ccfb813e55dad189da2b1628c210ddf3e /org.eclipse.text/src/org/eclipse/text
parent8bb912da7c2e55021a81599177156a0d12204d0f (diff)
downloadeclipse.platform.text-bd474c27092609080a6fb4734d6f88a55cbabad1.tar.gz
eclipse.platform.text-bd474c27092609080a6fb4734d6f88a55cbabad1.tar.xz
eclipse.platform.text-bd474c27092609080a6fb4734d6f88a55cbabad1.zip
javadoc typo
Diffstat (limited to 'org.eclipse.text/src/org/eclipse/text')
-rw-r--r--org.eclipse.text/src/org/eclipse/text/edits/TextEditGroup.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.text/src/org/eclipse/text/edits/TextEditGroup.java b/org.eclipse.text/src/org/eclipse/text/edits/TextEditGroup.java
index 749ed80f6b8..eb40050ba12 100644
--- a/org.eclipse.text/src/org/eclipse/text/edits/TextEditGroup.java
+++ b/org.eclipse.text/src/org/eclipse/text/edits/TextEditGroup.java
@@ -21,7 +21,7 @@ import org.eclipse.jface.text.IRegion;
/**
* A text edit group combines a list of {@link TextEdit}s
* and a name into a single object. The name must be a human
- * readable string use to persent the text edit group in the
+ * readable string use to present the text edit group in the
* user interface.
*
* @since 3.0

Back to the top