Index: ppapi/api/ppb_url_request_info.idl |
=================================================================== |
--- ppapi/api/ppb_url_request_info.idl (revision 98665) |
+++ ppapi/api/ppb_url_request_info.idl (working copy) |
@@ -153,7 +153,7 @@ |
/** |
* Create() creates a new <code>URLRequestInfo</code> object. |
* |
- * @param[in] instance A <code>PP_Instance</code> indentifying one instance |
+ * @param[in] instance A <code>PP_Instance</code> identifying one instance |
* of a module. |
* |
* @return A <code>PP_Resource</code> identifying the |
@@ -219,7 +219,7 @@ |
* |
* @param[in] request A <code>PP_Resource</code> corresponding to a |
* <code>URLRequestInfo</code>. |
- * @param[in] file_ref A <code>PP_Resource</code> containing the file |
+ * @param[in] file_ref A <code>PP_Resource</code> corresponding to a file |
* reference. |
* @param[in] start_offset An optional starting point offset within the |
* file. |