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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutCounter.cpp

Issue 2157963002: Improve grammar in some comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: maxiumum Created 4 years, 5 months 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/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;

Powered by Google App Engine
This is Rietveld 408576698