Index: third_party/WebKit/Source/core/layout/LayoutCounter.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutCounter.cpp b/third_party/WebKit/Source/core/layout/LayoutCounter.cpp |
index d6526930340f9b058b4029257ca75def67fe3509..6cc16b7aaeba461c541054573978bf6fa323a1d8 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutCounter.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutCounter.cpp |
@@ -139,7 +139,7 @@ static bool planCounter(LayoutObject& object, const AtomicString& identifier, bo |
switch (style.styleType()) { |
case PseudoIdNone: |
- // Sometimes nodes have more then one layoutObject. Only the first one gets the counter |
+ // Sometimes nodes have more than one layoutObject. Only the first one gets the counter |
// LayoutTests/http/tests/css/counter-crash.html |
if (generatingNode->layoutObject() != &object) |
return false; |