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, |