summaryrefslogtreecommitdiffstats
path: root/ppapi/c/ppp_instance.h
diff options
context:
space:
mode:
authordilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-22 12:07:47 +0000
committerdilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-22 12:07:47 +0000
commit62af476259fe5e7184b8d1debfacb582015d8781 (patch)
tree5418ea1e2feefb7fba0b576169909ee72b1951b3 /ppapi/c/ppp_instance.h
parent0d2d21d430c224590e189ff00a94aea8620d687b (diff)
downloadchromium_src-62af476259fe5e7184b8d1debfacb582015d8781.zip
chromium_src-62af476259fe5e7184b8d1debfacb582015d8781.tar.gz
chromium_src-62af476259fe5e7184b8d1debfacb582015d8781.tar.bz2
fix comments
BUG=None TEST=None TBR=rvargas@chromium.org Review URL: http://codereview.chromium.org/6715024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78977 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/ppp_instance.h')
-rw-r--r--ppapi/c/ppp_instance.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/c/ppp_instance.h b/ppapi/c/ppp_instance.h
index 8b26832..d5099e1 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,