Index: third_party/WebKit/Source/core/events/EventListenerMap.cpp |
diff --git a/third_party/WebKit/Source/core/events/EventListenerMap.cpp b/third_party/WebKit/Source/core/events/EventListenerMap.cpp |
index 8e25e6810d7ceeb698ad9fb2b13fbf7c4ab14760..e7e1760931fdf2078480d5c99d77a8f775749f95 100644 |
--- a/third_party/WebKit/Source/core/events/EventListenerMap.cpp |
+++ b/third_party/WebKit/Source/core/events/EventListenerMap.cpp |
@@ -172,7 +172,7 @@ EventListenerVector* EventListenerMap::find(const AtomicString& eventType) |
static void copyListenersNotCreatedFromMarkupToTarget(const AtomicString& eventType, EventListenerVector* listenerVector, EventTarget* target) |
{ |
for (const auto& eventListener : *listenerVector) { |
- // Event listeners created from markup have already been transfered to the shadow tree during cloning. |
+ // Event listeners created from markup have already been transferred to the shadow tree during cloning. |
if (eventListener.listener->wasCreatedFromMarkup()) |
continue; |
EventListenerOptions options = eventListener.options(); |