]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/http.h
asm: Consistently uppercase SECTION markers
[ffmpeg] / libavformat / http.h
index 3d301a715fe62962baf9336b637205135abe95ad..b8fe33b962f9e9de4b31f6d68157a4a902902ba2 100644 (file)
@@ -40,7 +40,7 @@ void ff_http_init_auth_state(URLContext *dest, const URLContext *src);
 /**
  * Send a new HTTP request, reusing the old connection.
  *
- * @param h pointer to the ressource
+ * @param h pointer to the resource
  * @param uri uri used to perform the request
  * @return a negative value if an error condition occurred, 0
  * otherwise