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

Unified Diff: third_party/WebKit/Source/core/css/CSSSelector.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/CSSSelector.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSSelector.cpp b/third_party/WebKit/Source/core/css/CSSSelector.cpp
index 20b4583e4d4ff4def36475652c2ab299ec12ca90..1344e6ba918bbcba9068af4692ed35e9900b001f 100644
--- a/third_party/WebKit/Source/core/css/CSSSelector.cpp
+++ b/third_party/WebKit/Source/core/css/CSSSelector.cpp
@@ -464,7 +464,7 @@ void CSSSelector::updatePseudoType(const AtomicString& value, bool hasArguments)
case PseudoFirstLetter:
case PseudoFirstLine:
// The spec says some pseudos allow both single and double colons like
- // :before for backwards compatability. Single colon becomes PseudoClass,
+ // :before for backwards compatibility. Single colon becomes PseudoClass,
// but should be PseudoElement like double colon.
if (m_match == PseudoClass)
m_match = PseudoElement;

Powered by Google App Engine
This is Rietveld 408576698