]> git.sesse.net Git - vlc/commitdiff
Fix typos. Thanks to tumu
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 29 Mar 2006 16:56:20 +0000 (16:56 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 29 Mar 2006 16:56:20 +0000 (16:56 +0000)
modules/control/gestures.c
modules/control/http/mvar.c

index c95a434d60bcf7cde5fb317d6cf3f475987abb75..4a37955d1b651f11a4413c3ae423a3ba7ce7778d 100644 (file)
@@ -149,7 +149,7 @@ static void RunIntf( intf_thread_t *p_intf )
 
     if( InitThread( p_intf ) < 0 )
     {
-        msg_Err( p_intf, "can't initialize intferface thread" );
+        msg_Err( p_intf, "can't initialize interface thread" );
         return;
     }
     msg_Dbg( p_intf, "interface thread initialized" );
index a391b7ea1d3b292f04c189ed2092fb5ec83cd880..145819ea71d4d376928679bd8e5108a5d58bfac6 100644 (file)
@@ -557,7 +557,7 @@ mvar_t *E_(mvar_FileSetNew)( intf_thread_t *p_intf, char *name,
     if( ( i_dir_content = utf8_scandir( psz_dir, &ppsz_dir_content, Filter,
                                         InsensitiveAlphasort ) ) == -1 )
     {
-        msg_Warn( p_intf, "error while scaning dir %s (%s)", psz_dir,
+        msg_Warn( p_intf, "error while scanning dir %s (%s)", psz_dir,
                   strerror(errno) );
         free( psz_dir );
         return s;