Index: third_party/WebKit/Source/web/tests/TextFinderTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/TextFinderTest.cpp b/third_party/WebKit/Source/web/tests/TextFinderTest.cpp |
index d3260d19e37f143f946b6370df91390d8bf65cb5..567c386d27c0e43e2f86c9554b8d9f17c6911397 100644 |
--- a/third_party/WebKit/Source/web/tests/TextFinderTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/TextFinderTest.cpp |
@@ -126,7 +126,7 @@ TEST_F(TextFinderTest, FindTextSimple) |
EXPECT_EQ(textNode, activeMatch->endContainer()); |
EXPECT_EQ(10, activeMatch->endOffset()); |
- // Wrap to the first match (last occurence in the document). |
+ // Wrap to the first match (last occurrence in the document). |
ASSERT_TRUE(textFinder().find(identifier, searchText, findOptions, wrapWithinFrame, selectionRect)); |
activeMatch = textFinder().activeMatch(); |
ASSERT_TRUE(activeMatch); |