From: Pierre Ynard Date: Sat, 29 Aug 2009 17:05:44 +0000 (+0200) Subject: Fix typos in comments X-Git-Tag: 1.1.0-ff~3765 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=0e68a6e6ab4e07a76cc8be078b08e8ada752d7af;p=vlc Fix typos in comments There is a "t" in "outside" --- diff --git a/include/vlc_vout_wrapper.h b/include/vlc_vout_wrapper.h index 89f78b9fd5..a824f714f7 100644 --- a/include/vlc_vout_wrapper.h +++ b/include/vlc_vout_wrapper.h @@ -26,7 +26,7 @@ #include -/* 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 b48b2046ea..44835100b3 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$