diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-12-19 18:48:21 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-12-21 00:18:34 +0100 |
commit | 511cf612ac979f536fd65e14603a87ca5ad435f3 (patch) | |
tree | 44bef1bf9a062368bf4ab89485279549af8bda90 /libavformat/http.h | |
parent | 6906b19346ae8a330bfaa1c16ce535be10789723 (diff) | |
download | ffmpeg-511cf612ac979f536fd65e14603a87ca5ad435f3.tar.gz |
miscellaneous typo fixes
Diffstat (limited to 'libavformat/http.h')
-rw-r--r-- | libavformat/http.h | 2 |
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); |