[vlc-devel] commit: Spelling fixes (Olivier Aubert )

git version control git at videolan.org
Fri Aug 8 19:03:46 CEST 2008


vlc | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Fri Aug  8 18:11:26 2008 +0200| [2ba42a484307fafa26f9cf1a8ac052280f8a1c35] | committer: Olivier Aubert 

Spelling fixes

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2ba42a484307fafa26f9cf1a8ac052280f8a1c35
---

 src/control/core.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/control/core.c b/src/control/core.c
index 9155bc2..9db5614 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 );




More information about the vlc-devel mailing list