Skip to content
Snippets Groups Projects
Commit 156b0ec6 authored by Sebastian Ramacher's avatar Sebastian Ramacher Committed by Jean-Baptiste Kempf
Browse files

Fix spelling of "launch"


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 975e1560
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ static int Open( vlc_object_t *p_this )
if( vlc_clone( &p_thread->thread,
Thread, p_thread, VLC_THREAD_PRIORITY_LOW ) )
{
msg_Err( p_filter, "cannot lauch goom thread" );
msg_Err( p_filter, "cannot launch goom thread" );
vlc_mutex_destroy( &p_thread->lock );
vlc_cond_destroy( &p_thread->wait );
aout_filter_RequestVout( p_filter, p_thread->p_vout, NULL );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment