From f70d799479ff6e84829a2ca571e03183433ed264 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Wed, 29 Mar 2006 16:56:20 +0000 Subject: [PATCH] Fix typos. Thanks to tumu --- modules/control/gestures.c | 2 +- modules/control/http/mvar.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2