[vlc-commits] Typo
Christophe Mutricy
git at videolan.org
Thu Oct 13 00:45:53 CEST 2011
vlc | branch: master | Christophe Mutricy <xtophe at chewa.net> | Wed Oct 12 22:31:37 2011 +0100| [acb1518a20e05f5ea7cf3b4ba6f4fe0c8268d17f] | committer: Christophe Mutricy
Typo
Pointed-out-by: Sidney Doria <ssdoria at gmail.com>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=acb1518a20e05f5ea7cf3b4ba6f4fe0c8268d17f
---
src/libvlc-module.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index de5510b..b6a8727 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -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." )
More information about the vlc-commits
mailing list