Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2005-11-16 15:57:49 +0000
committerDani Megert2005-11-16 15:57:49 +0000
commit0c9229b795ce477f317a5dcb611e81cabff6ecc4 (patch)
tree41a48b75a9a6a6b5403f431c48c5910e9987d44c
parent208472a79d7159c559a9daa544773b2b4d034a17 (diff)
downloadeclipse.platform.text-0c9229b795ce477f317a5dcb611e81cabff6ecc4.tar.gz
eclipse.platform.text-0c9229b795ce477f317a5dcb611e81cabff6ecc4.tar.xz
eclipse.platform.text-0c9229b795ce477f317a5dcb611e81cabff6ecc4.zip
Fixed typo
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/rules/RuleBasedDamagerRepairer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/rules/RuleBasedDamagerRepairer.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/rules/RuleBasedDamagerRepairer.java
index e3aeffb5174..4157ddf92d1 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/text/rules/RuleBasedDamagerRepairer.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/rules/RuleBasedDamagerRepairer.java
@@ -25,7 +25,7 @@ public class RuleBasedDamagerRepairer extends DefaultDamagerRepairer {
* text attribute if the current token does not carry a text attribute.
*
* @param scanner the rule based scanner to be used
- * @param defaultTextAttribute the text attribute to be returned if non is specified by the current token,
+ * @param defaultTextAttribute the text attribute to be returned if none is specified by the current token,
* may not be <code>null</code>
*
* @deprecated use RuleBasedDamagerRepairer(RuleBasedScanner) instead

Back to the top