[vlc-commits] Change unstandard to nonstandard
    Kaarlo Raiha 
    git at videolan.org
       
    Mon Aug  1 00:22:33 CEST 2011
    
    
  
vlc | branch: master | Kaarlo Raiha <kaarlo.raiha at gmail.com> | Sun Jul 31 13:16:36 2011 +0300| [11b3e0f1ab3b8d5b7fa7dfe84ec89bfaea96834c] | committer: Jean-Baptiste Kempf
Change unstandard to nonstandard
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=11b3e0f1ab3b8d5b7fa7dfe84ec89bfaea96834c
---
 modules/demux/live555.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index 9fc040b..ed08dbe 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -84,7 +84,7 @@ static void Close( vlc_object_t * );
     "then it cannot connect to normal RTSP servers." )
 
 #define WMSERVER_TEXT N_("WMServer RTSP dialect")
-#define WMSERVER_LONGTEXT N_("WMServer uses an unstandard dialect " \
+#define WMSERVER_LONGTEXT N_("WMServer uses a nonstandard dialect " \
     "of RTSP. Selecting this parameter will tell VLC to assume some " \
     "options contrary to RFC 2326 guidelines.")
 
    
    
More information about the vlc-commits
mailing list