summaryrefslogtreecommitdiffstats
path: root/ppapi/api/ppb_graphics_3d.idl
diff options
context:
space:
mode:
authorbinji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-29 22:26:15 +0000
committerbinji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-29 22:26:15 +0000
commit935d00fd2e39a0c216f798cb0453b298b9ad689f (patch)
tree4e61181702d7ac74542eecdc704ecb0447162644 /ppapi/api/ppb_graphics_3d.idl
parent1f1225be279e05a22e672284bf2f1a2200d70740 (diff)
downloadchromium_src-935d00fd2e39a0c216f798cb0453b298b9ad689f.zip
chromium_src-935d00fd2e39a0c216f798cb0453b298b9ad689f.tar.gz
chromium_src-935d00fd2e39a0c216f798cb0453b298b9ad689f.tar.bz2
[PPAPI] Fix a bunch of spelling mistakes
BUG=none Review URL: https://codereview.chromium.org/13220002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191456 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api/ppb_graphics_3d.idl')
-rw-r--r--ppapi/api/ppb_graphics_3d.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/api/ppb_graphics_3d.idl b/ppapi/api/ppb_graphics_3d.idl
index 454b3e3..34b10af 100644
--- a/ppapi/api/ppb_graphics_3d.idl
+++ b/ppapi/api/ppb_graphics_3d.idl
@@ -209,7 +209,7 @@ interface PPB_Graphics3D {
* The recoverable error conditions that have no side effect are
* detected and returned immediately by all functions in this interface.
* In addition the implementation may get into a fatal state while
- * processing a command. In this case the application must detroy the
+ * processing a command. In this case the application must destroy the
* context and reinitialize client API state and objects to continue
* rendering.
*
@@ -217,7 +217,7 @@ interface PPB_Graphics3D {
* It is recommended to handle error in the SwapBuffers callback because
* GetError is synchronous. This function may be useful in rare cases where
* drawing a frame is expensive and you want to verify the result of
- * ResizeBuffers before attemptimg to draw a frame.
+ * ResizeBuffers before attempting to draw a frame.
*
* @param[in] The 3D graphics context.
* @return Returns: