Index: ppapi/c/ppb_input_event.h |
diff --git a/ppapi/c/ppb_input_event.h b/ppapi/c/ppb_input_event.h |
index bc6ebcb6f7900d63d12e41047908babedf3be78c..6f612b5b3c835c9f0e016cb49e56366c3d3b06d3 100644 |
--- a/ppapi/c/ppb_input_event.h |
+++ b/ppapi/c/ppb_input_event.h |
@@ -3,7 +3,7 @@ |
* found in the LICENSE file. |
*/ |
-/* From ppb_input_event.idl modified Mon Nov 26 19:51:21 2012. */ |
+/* From ppb_input_event.idl modified Thu Mar 28 10:51:06 2013. */ |
#ifndef PPAPI_C_PPB_INPUT_EVENT_H_ |
#define PPAPI_C_PPB_INPUT_EVENT_H_ |
@@ -872,7 +872,7 @@ struct PPB_TouchInputEvent_1_0 { |
PP_TouchListType list, |
uint32_t index); |
/** |
- * Returns the touch-point with the spcified touch-id in the specified list. |
+ * Returns the touch-point with the specified touch-id in the specified list. |
* |
* @param[in] resource A <code>PP_Resource</code> corresponding to a touch |
* event. |