[vlc-commits] SRT: fix typo

Jean-Baptiste Kempf git at videolan.org
Wed Dec 6 00:24:21 CET 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec  6 00:23:41 2017 +0100| [52f8cf70f101113eeab9033d76b4771b81f05a46] | committer: Jean-Baptiste Kempf

SRT: fix typo

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

 modules/access_output/srt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access_output/srt.c b/modules/access_output/srt.c
index dfb1ff4f18..35a388c3d7 100644
--- a/modules/access_output/srt.c
+++ b/modules/access_output/srt.c
@@ -316,7 +316,7 @@ vlc_module_begin()
     add_integer( "chunk-size", SRT_DEFAULT_CHUNK_SIZE,
             N_("SRT chunk size (bytes)"), NULL, true )
     add_integer( "poll-timeout", SRT_DEFAULT_POLL_TIMEOUT,
-            N_("Return poll wait after timeout miliseconds (-1 = infinite)"), NULL, true )
+            N_("Return poll wait after timeout milliseconds (-1 = infinite)"), NULL, true )
     add_integer( "latency", SRT_DEFAULT_LATENCY, N_("SRT latency (ms)"), NULL, true )
 
     set_capability( "sout access", 0 )



More information about the vlc-commits mailing list