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); |