Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Unified Diff: ppapi/c/ppb_compositor.h

Issue 1469783002: Cleanup: Correctly spell success(ful). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format media Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/api/ppb_compositor.idl ('k') | ppapi/proxy/video_encoder_resource_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
/**
« no previous file with comments | « ppapi/api/ppb_compositor.idl ('k') | ppapi/proxy/video_encoder_resource_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698