Commit f70d7994 authored by Antoine Cellerier's avatar Antoine Cellerier

Fix typos. Thanks to tumu

parent 8c7445b7
...@@ -149,7 +149,7 @@ static void RunIntf( intf_thread_t *p_intf ) ...@@ -149,7 +149,7 @@ static void RunIntf( intf_thread_t *p_intf )
if( InitThread( p_intf ) < 0 ) if( InitThread( p_intf ) < 0 )
{ {
msg_Err( p_intf, "can't initialize intferface thread" ); msg_Err( p_intf, "can't initialize interface thread" );
return; return;
} }
msg_Dbg( p_intf, "interface thread initialized" ); msg_Dbg( p_intf, "interface thread initialized" );
......
...@@ -557,7 +557,7 @@ mvar_t *E_(mvar_FileSetNew)( intf_thread_t *p_intf, char *name, ...@@ -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, if( ( i_dir_content = utf8_scandir( psz_dir, &ppsz_dir_content, Filter,
InsensitiveAlphasort ) ) == -1 ) 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) ); strerror(errno) );
free( psz_dir ); free( psz_dir );
return s; return s;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment