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

Unified Diff: content/child/npapi/webplugin_delegate_impl_mac.mm

Issue 266723015: Fix typo, "recieve" -> "receive", in content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months 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
« no previous file with comments | « content/child/npapi/plugin_host.cc ('k') | content/renderer/media/audio_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/child/npapi/plugin_host.cc ('k') | content/renderer/media/audio_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698