| Index: third_party/WebKit/Source/core/editing/VisibleUnits.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/VisibleUnits.cpp b/third_party/WebKit/Source/core/editing/VisibleUnits.cpp
|
| index 02aa28ad9febd56dfd8818de2bec1b76af3997b5..3d401e1b5a527055bdca5e16532f6fb6ec64fe1f 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleUnits.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleUnits.cpp
|
| @@ -2552,7 +2552,7 @@ LayoutRect localCaretRectOfPositionTemplate(
|
| boxPosition.offsetInBox);
|
| }
|
|
|
| -// This function was added because the caret rect that will be calcaulated by
|
| +// This function was added because the caret rect that is calculated by
|
| // using the line top value instead of the selection top.
|
| template <typename Strategy>
|
| LayoutRect localSelectionRectOfPositionTemplate(
|
|
|