| Index: Source/core/rendering/InlineTextBox.cpp
|
| diff --git a/Source/core/rendering/InlineTextBox.cpp b/Source/core/rendering/InlineTextBox.cpp
|
| index 819ad9d32570409f59b7b74d13d6ffb88dbc4fae..43d3074e3c3fa737637e7723f8850b88900f38ba 100644
|
| --- a/Source/core/rendering/InlineTextBox.cpp
|
| +++ b/Source/core/rendering/InlineTextBox.cpp
|
| @@ -271,7 +271,7 @@ float InlineTextBox::placeEllipsisBox(bool flowIsLTR, float visibleLeftEdge, flo
|
| foundBox = true;
|
|
|
| // The inline box may have different directionality than it's parent. Since truncation
|
| - // behavior depends both on both the parent and the inline block's directionality, we
|
| + // behavior depends both on the parent and the inline block's directionality, we
|
| // must keep track of these separately.
|
| bool ltr = isLeftToRightDirection();
|
| if (ltr != flowIsLTR) {
|
|
|