From 511cf612ac979f536fd65e14603a87ca5ad435f3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 19 Dec 2012 18:48:21 +0100 Subject: miscellaneous typo fixes --- libavformat/http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/http.h') diff --git a/libavformat/http.h b/libavformat/http.h index 3579ad745a..f0d9d4aea8 100644 --- a/libavformat/http.h +++ b/libavformat/http.h @@ -40,7 +40,7 @@ void ff_http_init_auth_state(URLContext *dest, const URLContext *src); * * @param h pointer to the ressource * @param uri uri used to perform the request - * @return a negative value if an error condition occured, 0 + * @return a negative value if an error condition occurred, 0 * otherwise */ int ff_http_do_new_request(URLContext *h, const char *uri); -- cgit v1.2.3