[vlc-commits] access/http: Fix typo

Marvin Scholz git at videolan.org
Sat Jul 13 10:42:10 CEST 2019


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sat Jul 13 10:29:26 2019 +0200| [3e2c875fa5ad04cb26475bed707f50765083a808] | committer: Rémi Denis-Courmont

access/http: Fix typo

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3e2c875fa5ad04cb26475bed707f50765083a808
---

 modules/access/http/live.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/http/live.h b/modules/access/http/live.h
index 552df6c097..80af97119b 100644
--- a/modules/access/http/live.h
+++ b/modules/access/http/live.h
@@ -36,6 +36,6 @@ struct block_t *vlc_http_live_read(struct vlc_http_resource *);
 #define vlc_http_live_get_status vlc_http_res_get_status
 #define vlc_http_live_get_redirect vlc_http_res_get_redirect
 #define vlc_http_live_get_type vlc_http_res_get_type
-#define vlc_http_live_destroye vlc_http_res_destroy
+#define vlc_http_live_destroy vlc_http_res_destroy
 
 /** @} */



More information about the vlc-commits mailing list