[vlc-commits] access: rist: fix misspellings on help text

Sergio Ammirata git at videolan.org
Fri Dec 7 15:21:31 CET 2018


vlc | branch: master | Sergio Ammirata <sergio at ammirata.net> | Tue Dec  4 10:37:42 2018 -0500| [307e3b7f40ca5442d0dfc4b53483f536b9a7400d] | committer: Thomas Guillem

access: rist: fix misspellings on help text

Signed-off-by: Thomas Guillem <thomas at gllm.fr>

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

 modules/access/rist.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/access/rist.c b/modules/access/rist.c
index 6b3384aa5a..6607340042 100644
--- a/modules/access/rist.c
+++ b/modules/access/rist.c
@@ -1064,9 +1064,9 @@ vlc_module_begin ()
     add_integer( "packet-size", RIST_MAX_PACKET_SIZE,
         N_("RIST maximum packet size (bytes)"), NULL, true )
     add_integer( "maximum-jitter", RIST_DEFAULT_POLL_TIMEOUT,
-        N_("RIST demux/decode maximum jitter (defaut is 5ms)"),
+        N_("RIST demux/decode maximum jitter (default is 5ms)"),
         N_("This controls the maximum jitter that will be passed to the demux/decode chain. "
-            "The lower the value, the more CPU cycles the algortyhm will consume"), true )
+            "The lower the value, the more CPU cycles the algorithm will consume"), true )
     add_integer( "latency", RIST_DEFAULT_LATENCY, N_("RIST latency (ms)"), NULL, true )
     add_integer( "retry-interval", RIST_DEFAULT_RETRY_INTERVAL, N_("RIST nack retry interval (ms)"),
         NULL, true )



More information about the vlc-commits mailing list