From 2ba42a484307fafa26f9cf1a8ac052280f8a1c35 Mon Sep 17 00:00:00 2001 From: Olivier Aubert Date: Fri, 8 Aug 2008 18:11:26 +0200 Subject: [PATCH] Spelling fixes --- src/control/core.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ); -- 2.39.2