| Index: ppapi/c/ppb_compositor.h
|
| diff --git a/ppapi/c/ppb_compositor.h b/ppapi/c/ppb_compositor.h
|
| index 18c9760b06c780d3340e8a991632c57e2727ec61..ce58ab4581540b03906c9f178db99471f30750ca 100644
|
| --- a/ppapi/c/ppb_compositor.h
|
| +++ b/ppapi/c/ppb_compositor.h
|
| @@ -98,7 +98,7 @@ struct PPB_Compositor_0_1 { /* dev */
|
| * 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)(PP_Instance instance);
|
| /**
|
| @@ -115,7 +115,7 @@ struct PPB_Compositor_0_1 { /* dev */
|
| * 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)(PP_Resource compositor);
|
| /**
|
|
|