1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Fixed a typo.

This commit is contained in:
Sergey Prigogin 2016-02-22 15:42:33 -08:00
parent e6d0eea1b9
commit 55f20a56e2

View file

@ -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()) {