Index: content/child/npapi/webplugin_delegate_impl_mac.mm |
diff --git a/content/child/npapi/webplugin_delegate_impl_mac.mm b/content/child/npapi/webplugin_delegate_impl_mac.mm |
index e399cc9b7da47e2f43db6b28315ff33680efbd7a..9b1d5030fed0966df0a11a85e6e935bb2b428909 100644 |
--- a/content/child/npapi/webplugin_delegate_impl_mac.mm |
+++ b/content/child/npapi/webplugin_delegate_impl_mac.mm |
@@ -354,7 +354,7 @@ bool WebPluginDelegateImpl::PlatformHandleInputEvent( |
} |
NPCocoaEvent* plugin_event = event_converter->plugin_event(); |
- // The plugin host recieves events related to drags starting outside the |
+ // The plugin host receives events related to drags starting outside the |
// plugin, but the NPAPI Cocoa event model spec says plugins shouldn't receive |
// them, so filter them out. |
// If WebKit adds a page capture mode (like the plugin capture mode that |