[vlc-devel] [PATCH 2/9] Fix spelling of "launch"

Sebastian Ramacher sramacher at debian.org
Sat Jan 30 11:54:25 CET 2016


---
 modules/visualization/goom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/visualization/goom.c b/modules/visualization/goom.c
index d499d84..8d5538b 100644
--- a/modules/visualization/goom.c
+++ b/modules/visualization/goom.c
@@ -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 );
-- 
2.7.0



More information about the vlc-devel mailing list