]> git.sesse.net Git - vlc/commitdiff
Spelling fixes
authorOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Fri, 8 Aug 2008 16:11:26 +0000 (18:11 +0200)
committerOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Fri, 8 Aug 2008 16:11:26 +0000 (18:11 +0200)
src/control/core.c

index 9155bc20ae7d34f44f60e75fc46616e75fbda894..9db56144d44321dda1455f95b17e01f0dc2cebf7 100644 (file)
@@ -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 );