[vlc-devel] commit: Fix typos in comments (Pierre Ynard )

git version control git at videolan.org
Sat Aug 29 19:06:39 CEST 2009


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Sat Aug 29 19:05:44 2009 +0200| [0e68a6e6ab4e07a76cc8be078b08e8ada752d7af] | committer: Pierre Ynard 

Fix typos in comments

There is a "t" in "outside"

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

 include/vlc_vout_wrapper.h  |    2 +-
 src/input/input_interface.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/vlc_vout_wrapper.h b/include/vlc_vout_wrapper.h
index 89f78b9..a824f71 100644
--- a/include/vlc_vout_wrapper.h
+++ b/include/vlc_vout_wrapper.h
@@ -26,7 +26,7 @@
 
 #include <vlc_vout_display.h>
 
-/* XXX DO NOT use it ouside the vout module wrapper XXX */
+/* XXX DO NOT use it outside the vout module wrapper XXX */
 
 /**
  * It retreive a picture from the display
diff --git a/src/input/input_interface.h b/src/input/input_interface.h
index b48b204..4483510 100644
--- a/src/input/input_interface.h
+++ b/src/input/input_interface.h
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * input_interface.h: Input functions usable ouside input code.
+ * input_interface.h: Input functions usable outside input code.
  *****************************************************************************
  * Copyright (C) 1998-2008 the VideoLAN team
  * $Id$




More information about the vlc-devel mailing list