]> git.sesse.net Git - vlc/commitdiff
s/unsuported/unsupported/ (thanks to tumu)
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 29 Oct 2005 21:14:23 +0000 (21:14 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 29 Oct 2005 21:14:23 +0000 (21:14 +0000)
src/stream_output/stream_output.c

index 20e627921b8ef27b5717200a5487cabbfaa6cd95..1094768400a51d4ace3775417dd43c4d356fb148 100644 (file)
@@ -473,7 +473,7 @@ sout_input_t *sout_MuxAddStream( sout_mux_t *p_mux, es_format_t *p_fmt )
 
     if( !p_mux->b_add_stream_any_time && !p_mux->b_waiting_stream )
     {
-        msg_Err( p_mux, "cannot add a new stream (unsuported while muxing "
+        msg_Err( p_mux, "cannot add a new stream (unsupported while muxing "
                         "for this format)" );
         return NULL;
     }