Index: ppapi/api/ppb_compositor.idl |
diff --git a/ppapi/api/ppb_compositor.idl b/ppapi/api/ppb_compositor.idl |
index 0fb62b38b702101caf2e07a5ccead4174d915db6..d9b4e64bd346cc4fd731d2fd5bccd89cfa4f0cc6 100644 |
--- a/ppapi/api/ppb_compositor.idl |
+++ b/ppapi/api/ppb_compositor.idl |
@@ -84,7 +84,7 @@ interface PPB_Compositor { |
* of a module. |
* |
* @return A <code>PP_Resource</code> containing the compositor resource if |
- * sucessful or 0 otherwise. |
+ * successful or 0 otherwise. |
*/ |
PP_Resource Create([in] PP_Instance instance); |
@@ -102,7 +102,7 @@ interface PPB_Compositor { |
* a compositor layer resource. |
* |
* @return A <code>PP_Resource</code> containing the compositor layer |
- * resource if sucessful or 0 otherwise. |
+ * resource if successful or 0 otherwise. |
*/ |
PP_Resource AddLayer([in] PP_Resource compositor); |