From: Olivier Aubert Date: Fri, 8 Aug 2008 16:11:26 +0000 (+0200) Subject: Spelling fixes X-Git-Tag: 0.9.0~525 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2ba42a484307fafa26f9cf1a8ac052280f8a1c35;p=vlc Spelling fixes --- diff --git a/src/control/core.c b/src/control/core.c index 9155bc20ae..9db56144d4 100644 --- a/src/control/core.c +++ b/src/control/core.c @@ -84,13 +84,13 @@ void libvlc_exception_raise( libvlc_exception_t *p_exception, /* Does caller care about exceptions ? */ if( p_exception == NULL ) { - /* Print something, so lazy third-parties can easily - * notice that something may have gone unoticedly wrong */ + /* Print something, so that lazy third-parties can easily + * notice that something may have gone unnoticedly wrong */ libvlc_exception_not_handled( psz ); return; } - /* Make sure that there is no unoticed previous exception */ + /* Make sure that there is no unnoticed previous exception */ if( p_exception->b_raised ) { libvlc_exception_not_handled( p_exception->psz_message );