From 55f20a56e24b25582577cc1f80cd9fab83cb372f Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Mon, 22 Feb 2016 15:42:33 -0800 Subject: [PATCH] Fixed a typo. --- .../internal/core/dom/rewrite/changegenerator/TextEditUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/rewrite/changegenerator/TextEditUtil.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/rewrite/changegenerator/TextEditUtil.java index 3b5b2b6f5b1..12e2b749404 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/rewrite/changegenerator/TextEditUtil.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/rewrite/changegenerator/TextEditUtil.java @@ -60,7 +60,7 @@ public class TextEditUtil { * @param edit1 the edit to merge with edit2 * @param edit2 the edit to merge with edit1 * @return the merged tree - * @throws MalformedTreeException if the two edits ovelap + * @throws MalformedTreeException if the two edits overlap */ public static TextEdit merge(TextEdit edit1, TextEdit edit2) { if (edit1 instanceof MultiTextEdit && !edit1.hasChildren()) {