]> git.sesse.net Git - vlc/commitdiff
Fix typos in comments
authorPierre Ynard <linkfanel@yahoo.fr>
Sat, 29 Aug 2009 17:05:44 +0000 (19:05 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Sat, 29 Aug 2009 17:05:44 +0000 (19:05 +0200)
There is a "t" in "outside"

include/vlc_vout_wrapper.h
src/input/input_interface.h

index 89f78b9fd52e6587683df58c0ac5f496146f1f5b..a824f714f7b89a598554acda9196db112fcaf8dd 100644 (file)
@@ -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
index b48b2046ea883e0d967ab96c8debd709b09a15d7..44835100b3de766144324426aa5a2d4e2dfde83c 100644 (file)
@@ -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$