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

Unified Diff: third_party/WebKit/Source/core/css/RuleSetTest.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/css/RuleSetTest.cpp
diff --git a/third_party/WebKit/Source/core/css/RuleSetTest.cpp b/third_party/WebKit/Source/core/css/RuleSetTest.cpp
index 59d61f758bc33b6c6bf066b453b2ec661928f9ef..808e4ba244cf3c7d785c0d7bfa7689b8e8260cc2 100644
--- a/third_party/WebKit/Source/core/css/RuleSetTest.cpp
+++ b/third_party/WebKit/Source/core/css/RuleSetTest.cpp
@@ -79,7 +79,7 @@ TEST(RuleSetTest, findBestRuleSetAndAdd_ClassThenId)
helper.addCSSRules(".class#id { }");
RuleSet& ruleSet = helper.ruleSet();
AtomicString str("id");
- // id is prefered over class even if class preceeds it in the selector.
+ // id is preferred over class even if class precedes it in the selector.
const TerminatedArray<RuleData>* rules = ruleSet.idRules(str);
ASSERT_EQ(1u, rules->size());
AtomicString classStr("class");

Powered by Google App Engine
This is Rietveld 408576698