Commit 156b0ec6 authored by Sebastian Ramacher's avatar Sebastian Ramacher Committed by Jean-Baptiste Kempf

Fix spelling of "launch"

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 975e1560
...@@ -160,7 +160,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -160,7 +160,7 @@ static int Open( vlc_object_t *p_this )
if( vlc_clone( &p_thread->thread, if( vlc_clone( &p_thread->thread,
Thread, p_thread, VLC_THREAD_PRIORITY_LOW ) ) 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_mutex_destroy( &p_thread->lock );
vlc_cond_destroy( &p_thread->wait ); vlc_cond_destroy( &p_thread->wait );
aout_filter_RequestVout( p_filter, p_thread->p_vout, NULL ); aout_filter_RequestVout( p_filter, p_thread->p_vout, NULL );
......
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