Index: third_party/WebKit/Source/core/dom/Text.cpp |
diff --git a/third_party/WebKit/Source/core/dom/Text.cpp b/third_party/WebKit/Source/core/dom/Text.cpp |
index 0ee207e66957876b84cb5180c3794fa65e837715..ae1baae5278c410c945f921f0a0686044f4c5a02 100644 |
--- a/third_party/WebKit/Source/core/dom/Text.cpp |
+++ b/third_party/WebKit/Source/core/dom/Text.cpp |
@@ -402,7 +402,7 @@ void Text::updateTextLayoutObject(unsigned offsetOfReplacedData, unsigned length |
LayoutText* textLayoutObject = layoutObject(); |
if (!textLayoutObject || !textLayoutObjectIsNeeded(*textLayoutObject->style(), *textLayoutObject->parent())) { |
lazyReattachIfAttached(); |
- // FIXME: Editing should be updated so this is not neccesary. |
+ // FIXME: Editing should be updated so this is not necessary. |
if (recalcStyleBehavior == DeprecatedRecalcStyleImmediatlelyForEditing) |
document().updateLayoutTreeIfNeeded(); |
return; |