]> git.sesse.net Git - vlc/commitdiff
fix spelling of "unsupported"
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 4 Aug 2005 16:50:18 +0000 (16:50 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 4 Aug 2005 16:50:18 +0000 (16:50 +0000)
modules/control/http.c
modules/demux/mp4/mp4.c
modules/demux/nuv.c

index 687e45c90986d3a0e6de5de3749d94f70482f3ed..cf798f78f25eebf2f25e862c004848f5299e0230 100644 (file)
@@ -2228,7 +2228,7 @@ static void MacroDo( httpd_file_sys_t *p_args,
                 default:
                     if( *control )
                     {
-                        PRINTS( "<!-- control param(%s) unsuported -->", control );
+                        PRINTS( "<!-- control param(%s) unsupported -->", control );
                     }
                     break;
             }
index f42006ff1830ca59ae968f08a45662bd7829d113..1877b837309ba1c981851781c2d85c6d9dd9c6cd 100644 (file)
@@ -1713,7 +1713,7 @@ static void MP4_TrackCreate( demux_t *p_demux, mp4_track_t *p_track,
     unsigned int i;
     char language[4];
 
-    /* hint track unsuported */
+    /* hint track unsupported */
 
     /* set default value (-> track unusable) */
     p_track->b_ok       = VLC_FALSE;
index 0705efa3b2feacaba2dc6309348bf266796bbeee..01b02703412b90d995d6e4795e07fefb23e962bb 100644 (file)
@@ -230,7 +230,7 @@ static int Open( vlc_object_t * p_this )
         else
         {
             /* TODO handle rtjpeg */
-            msg_Warn( p_demux, "unsuported 'D' frame (c=%c)", fh.i_compression );
+            msg_Warn( p_demux, "unsupported 'D' frame (c=%c)", fh.i_compression );
             if( stream_Read( p_demux->s, NULL, fh.i_length ) != fh.i_length )
                 goto error;
         }