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 0d657a36ed7ab2ebf1c6a7ec497b3b7271f8276c..0bfcfc330c22de95eebbe67488580cf88d55d8a7 100644 |
--- a/third_party/WebKit/Source/web/tests/TextFinderTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/TextFinderTest.cpp |
@@ -127,7 +127,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); |