From: Antoine Cellerier Date: Wed, 29 Mar 2006 16:56:20 +0000 (+0000) Subject: Fix typos. Thanks to tumu X-Git-Tag: 0.9.0-test0~11722 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f70d799479ff6e84829a2ca571e03183433ed264;p=vlc Fix typos. Thanks to tumu --- diff --git a/modules/control/gestures.c b/modules/control/gestures.c index c95a434d60..4a37955d1b 100644 --- a/modules/control/gestures.c +++ b/modules/control/gestures.c @@ -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" ); diff --git a/modules/control/http/mvar.c b/modules/control/http/mvar.c index a391b7ea1d..145819ea71 100644 --- a/modules/control/http/mvar.c +++ b/modules/control/http/mvar.c @@ -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;