[vlc-commits] SRT: fix typo

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


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

SRT: fix typo

(cherry picked from commit 52f8cf70f101113eeab9033d76b4771b81f05a46)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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