Fix OnResourceResponse spelling error (issue #270).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@260 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2011-07-02 17:57:00 +00:00
parent 92cec88ffd
commit 572f9f13d6
7 changed files with 18 additions and 18 deletions

View File

@@ -937,7 +937,7 @@ typedef struct _cef_request_handler_t
// received. Set |filter| if response content needs to be monitored and/or
// modified as it arrives.
///
void (CEF_CALLBACK *on_resource_reponse)(struct _cef_request_handler_t* self,
void (CEF_CALLBACK *on_resource_response)(struct _cef_request_handler_t* self,
struct _cef_browser_t* browser, const cef_string_t* url,
struct _cef_response_t* response,
struct _cef_content_filter_t** filter);