vlc | branch: master | Sebastian Ramacher <[email protected]> | Sat Jan 30 11:54:25 2016 +0100| [156b0ec6914961ea985c3f026d273a49b6b149d8] | committer: Jean-Baptiste Kempf
Fix spelling of "launch" Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=156b0ec6914961ea985c3f026d273a49b6b149d8 --- 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 ); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
