Index: third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp |
diff --git a/third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp b/third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp |
index 0e866b57f1c48b2e03a6e3b29ea2ad275beb089c..a836bacf2a2d4b3308214e5122a263fa29636177 100644 |
--- a/third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp |
+++ b/third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp |
@@ -315,7 +315,7 @@ void GranularityStrategyTest::testDirectionExpand() |
// "abcdef ghij kl mno^pq|>r stuvwi inm mnii," |
selection().moveRangeSelectionExtent(m_letterPos[20]); |
EXPECT_EQ_SELECTED_TEXT("pq"); |
- // Move to the same postion shouldn't change anything. |
+ // Move to the same position shouldn't change anything. |
selection().moveRangeSelectionExtent(m_letterPos[20]); |
EXPECT_EQ_SELECTED_TEXT("pq"); |
// "abcdef ghij kl mno^pqr|> stuvwi inm mnii," |