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

Unified Diff: third_party/WebKit/Source/core/testing/InternalSettings.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/testing/InternalSettings.cpp
diff --git a/third_party/WebKit/Source/core/testing/InternalSettings.cpp b/third_party/WebKit/Source/core/testing/InternalSettings.cpp
index f3686ffc69bee199942772c579c9ac5b5016616b..730755cb13502481d3a898fff98c82011e00bac3 100644
--- a/third_party/WebKit/Source/core/testing/InternalSettings.cpp
+++ b/third_party/WebKit/Source/core/testing/InternalSettings.cpp
@@ -371,7 +371,7 @@ void InternalSettings::setAvailablePointerTypes(const String& pointers, Exceptio
{
InternalSettingsGuardForSettings();
- // Allow setting multiple pointer types by passing comma seperated list
+ // Allow setting multiple pointer types by passing comma separated list
// ("coarse,fine").
Vector<String> tokens;
pointers.split(",", false, tokens);
@@ -435,7 +435,7 @@ void InternalSettings::setAvailableHoverTypes(const String& types, ExceptionStat
{
InternalSettingsGuardForSettings();
- // Allow setting multiple hover types by passing comma seperated list
+ // Allow setting multiple hover types by passing comma separated list
// ("on-demand,none").
Vector<String> tokens;
types.split(",", false, tokens);
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGUseElement.cpp ('k') | third_party/WebKit/Source/core/timing/MemoryInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698