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, |