]> git.sesse.net Git - vlc/commitdiff
Typo (pointed by Bruno Queirós)
authorChristophe Mutricy <xtophe@videolan.org>
Mon, 9 Jun 2008 21:13:20 +0000 (22:13 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Mon, 9 Jun 2008 21:13:20 +0000 (22:13 +0100)
modules/misc/lua/configuration.c
modules/misc/lua/intf.c
modules/misc/lua/variables.c
modules/misc/lua/vlc.c

index 24b1eac4b632692b2a463023ea03df8079ebf10e..d003b2e7176bb24bdd47c4fd17773fe7eba3a015 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * configuration.c: Generic lua<->vlc config inteface
+ * configuration.c: Generic lua<->vlc config interface
  *****************************************************************************
  * Copyright (C) 2007 the VideoLAN team
  * $Id$
index 7cf9be53db039167144846c285f200b560384189..a77971777486c5afb848a10e6dcac39f91ca611c 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * intf.c: Generic lua inteface functions
+ * intf.c: Generic lua interface functions
  *****************************************************************************
  * Copyright (C) 2007 the VideoLAN team
  * $Id$
index 723ca80c8b577d3c681b82140cff3134f299cb7f..ec4beb505743ffcf342a228b2a05365cae357603 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * variables.c: Generic lua<->vlc variables inteface
+ * variables.c: Generic lua<->vlc variables interface
  *****************************************************************************
  * Copyright (C) 2007 the VideoLAN team
  * $Id$
index 077e1ff5017dc4df49fccec3d72c876f5c1e0e3a..655926f66c63136081c48f90cdc152912c1833a6 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * vlc.c: Generic lua inteface functions
+ * vlc.c: Generic lua interface functions
  *****************************************************************************
  * Copyright (C) 2007 the VideoLAN team
  * $Id$
@@ -52,7 +52,7 @@
 #define INTF_TEXT N_("Lua interface")
 #define INTF_LONGTEXT N_("Lua interface module to load")
 
-#define CONFIG_TEXT N_("Lua inteface configuration")
+#define CONFIG_TEXT N_("Lua interface configuration")
 #define CONFIG_LONGTEXT N_("Lua interface configuration string. Format is: '[\"<interface module name>\"] = { <option> = <value>, ...}, ...'.")
 
 vlc_module_begin();