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

Unified Diff: ppapi/c/pp_errors.h

Issue 13220002: [PPAPI] Fix a bunch of spelling mistakes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months 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/c/pp_array_output.h ('k') | ppapi/c/pp_file_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/pp_errors.h
diff --git a/ppapi/c/pp_errors.h b/ppapi/c/pp_errors.h
index 180ebb3f13aad454bbe2326818cf00a8f04ea3ed..9b44a71f4ab8a751342f1aa9c1ee14acb6ae77bc 100644
--- a/ppapi/c/pp_errors.h
+++ b/ppapi/c/pp_errors.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From pp_errors.idl modified Thu Dec 20 14:28:44 2012. */
+/* From pp_errors.idl modified Thu Mar 28 10:12:22 2013. */
#ifndef PPAPI_C_PP_ERRORS_H_
#define PPAPI_C_PP_ERRORS_H_
@@ -90,7 +90,7 @@ enum {
* calls on background threads are not currently supported. Until this
* support is complete, you must either do asynchronous operations on the
* main thread, or provide an adaptor for a blocking background thread to
- * execute the operaitions on the main thread.
+ * execute the operations on the main thread.
*/
PP_ERROR_BLOCKS_MAIN_THREAD = -13,
PP_ERROR_FILENOTFOUND = -20,
« no previous file with comments | « ppapi/c/pp_array_output.h ('k') | ppapi/c/pp_file_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698