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

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: CL Description change, Typo patch apply to upstream master. Created 5 years 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 c0189bcf16efcaa2adca682b1c79a40cf0a3332c..23f9ed32a169d30596096a2727de4d215aa39f6a 100644
--- a/third_party/WebKit/Source/core/css/RuleSetTest.cpp
+++ b/third_party/WebKit/Source/core/css/RuleSetTest.cpp
@@ -78,7 +78,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