[vlc-commits] http: typo

Rémi Denis-Courmont git at videolan.org
Sun Apr 3 17:26:56 CEST 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Apr  3 18:25:50 2016 +0300| [364eefaed4cf89f1194f25468f369465f15c1636] | committer: Rémi Denis-Courmont

http: typo

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

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

diff --git a/modules/access/http/message.h b/modules/access/http/message.h
index 08284a6..10b7f11 100644
--- a/modules/access/http/message.h
+++ b/modules/access/http/message.h
@@ -134,7 +134,7 @@ time_t vlc_http_msg_get_mtime(const struct vlc_http_msg *);
 /**
  * Gets retry timeout.
  *
- * Exrtacts the time (in seconds) until the expiration of the "retry-after"
+ * Extracts the time (in seconds) until the expiration of the "retry-after"
  * time-out in the HTTP message. If the header value is an absolute date, it
  * is converted relative to the current time.
  *



More information about the vlc-commits mailing list