Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp

Issue 1444173002: third_party/WebKit: fix typos found in comments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CL Description change, Typo patch apply to upstream master. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 8b8c8afe01ed283b6dcbcfb7fb9a3914293fad24..8fc6cef45babdb7a06aae02f4a4d97fa8c15f36d 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,"

Powered by Google App Engine
This is Rietveld 408576698