summaryrefslogtreecommitdiff
path: root/libavformat/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/http.h')
-rw-r--r--libavformat/http.h2
1 files changed, 1 insertions, 1 deletions
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);