]> git.sesse.net Git - vlc/commitdiff
* Spelling correction
authorDerk-Jan Hartman <hartman@videolan.org>
Mon, 28 Mar 2005 23:24:21 +0000 (23:24 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Mon, 28 Mar 2005 23:24:21 +0000 (23:24 +0000)
modules/stream_out/standard.c

index 8682f743146ca16b68490dafe9369b7e8f890190..a36f2b59298ad377f3857804e0726bd4d53902e0 100644 (file)
@@ -259,7 +259,7 @@ static int Open( vlc_object_t *p_this )
         }
     }
 
-    /* fix or warm of incompatible couple */
+    /* fix or warn of incompatible couple */
     if( psz_mux && psz_access )
     {
         if( !strncmp( psz_access, "mmsh", 4 ) &&