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 9ad74d0e61f6f4601a455b44a5f83a16a86efb10..7eedf732de1f18b51461862812f67372fff0a103 100644 |
--- a/third_party/WebKit/Source/core/testing/InternalSettings.cpp |
+++ b/third_party/WebKit/Source/core/testing/InternalSettings.cpp |
@@ -372,7 +372,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); |
@@ -436,7 +436,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); |