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

Unified Diff: ppapi/c/ppp_instance.h

Issue 6715024: fix spelling of comments (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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 | « net/base/ssl_config_service_win.cc ('k') | remoting/base/tracer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppp_instance.h
diff --git a/ppapi/c/ppp_instance.h b/ppapi/c/ppp_instance.h
index 8b268325bd339e97395be5345a8a29c8f4f934f2..d5099e108f4feadf8f54eee2131276397201b4f7 100644
--- a/ppapi/c/ppp_instance.h
+++ b/ppapi/c/ppp_instance.h
@@ -120,9 +120,9 @@ struct PPP_Instance {
* If the event was handled, it will not be forwarded to the web page or
* browser. If it was not handled, it will bubble according to the normal
* rules. So it is important that a module respond accurately with whether
- * event propogation should continue.
+ * event propagation should continue.
*
- * Event propogation also controls focus. If you handle an event like a mouse
+ * Event propagation also controls focus. If you handle an event like a mouse
* event, typically your module will be given focus. Returning false means
* that the click will be given to a lower part of the page and your module
* will not receive focus. This allows a module to be partially transparent,
« no previous file with comments | « net/base/ssl_config_service_win.cc ('k') | remoting/base/tracer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698