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

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: Created 5 years, 1 month 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 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,"

Powered by Google App Engine
This is Rietveld 408576698