]> git.sesse.net Git - vlc/commitdiff
Typo
authorChristophe Mutricy <xtophe@chewa.net>
Wed, 12 Oct 2011 21:31:37 +0000 (22:31 +0100)
committerChristophe Mutricy <xtophe@chewa.net>
Wed, 12 Oct 2011 22:45:36 +0000 (23:45 +0100)
Pointed-out-by: Sidney Doria <ssdoria@gmail.com>
src/libvlc-module.c

index de5510b858e74e61d570f7b95933bbdef7809e48..b6a8727fe71ab4415ee8c8c8895975486d04be04 100644 (file)
@@ -937,7 +937,7 @@ static const char *const ppsz_prefres[] = {
 
 #define RTSP_PORT_TEXT N_( "RTSP server port" )
 #define RTSP_PORT_LONGTEXT N_( \
-    "The HTTPS server will listen on this TCP port. " \
+    "The RTSP server will listen on this TCP port. " \
     "The standard RTSP port number is 554. " \
     "However allocation of port numbers below 1025 is usually restricted " \
     "by the operating system." )