Index: ppapi/api/ppb_url_loader.idl |
diff --git a/ppapi/api/ppb_url_loader.idl b/ppapi/api/ppb_url_loader.idl |
index ad311009e67c7e1caed6e6ce58c9a152e42e00ff..d6076bbaebb08dbffe0a73217bad2a3aa1a1a130 100644 |
--- a/ppapi/api/ppb_url_loader.idl |
+++ b/ppapi/api/ppb_url_loader.idl |
@@ -71,7 +71,7 @@ interface PPB_URLLoader { |
* <code>URLRequestInfo</code>. |
* @param[in] callback A <code>PP_CompletionCallback</code> to run on |
* asynchronous completion of Open(). This callback will run when response |
- * headers for the url are received or error occured. This callback |
+ * headers for the url are received or error occurred. This callback |
* will only run if Open() returns <code>PP_OK_COMPLETIONPENDING</code>. |
* |
* @return An int32_t containing an error code from <code>pp_errors.h</code>. |