]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/http.h
rtpproto: Check for the right feature when reading a sockaddr_in6
[ffmpeg] / libavformat / http.h
index 3579ad745ac6e6de1c870f05afc098fb5161d0b1..f0d9d4aea8f7ab59e8dc01931839cc0137b2edb6 100644 (file)
@@ -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);