]> git.sesse.net Git - vlc/commitdiff
Typos
authorChristophe Mutricy <xtophe@videolan.org>
Wed, 3 Feb 2010 19:02:16 +0000 (19:02 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Wed, 3 Feb 2010 19:02:16 +0000 (19:02 +0000)
include/vlc/libvlc_media.h
modules/misc/freetype.c
src/libvlc-module.c

index 9d9d810969bf7d631d75e989f34dc82b71413d25..d7dd90333e891f4a55d570721c033cea2953dded 100644 (file)
@@ -393,7 +393,7 @@ VLC_PUBLIC_API void *
  * will duplicate the entries in the array each time.
  *
  * \param p_md media descriptor object
- * \param pp_es adress to store an allocated array of Elementary Streams descriptions (must be freed by the caller)
+ * \param pp_es address to store an allocated array of Elementary Streams descriptions (must be freed by the caller)
  *
  * return the number of Elementary Streams
  */
index 5ef46409adc24c1a615a3aad8d07b784d2b4da02..278e7b4087995789f7ccb7f25d02a2b0c6501495 100644 (file)
@@ -114,7 +114,7 @@ static void Destroy( vlc_object_t * );
 #define FONTSIZER_TEXT N_("Relative font size")
 #define FONTSIZER_LONGTEXT N_("This is the relative default size of the " \
     "fonts that will be rendered on the video. If absolute font size is set, "\
-    "relative size will be overriden." )
+    "relative size will be overridden." )
 
 static const int pi_sizes[] = { 20, 18, 16, 12, 6 };
 static const char *const ppsz_sizes_text[] = {
index 16687cab3603ba557237cfbf2fce546f143961ae..95b60bcc7a36193618ceab4d6cbde706ee7e088b 100644 (file)
@@ -193,7 +193,7 @@ static const char *const ppsz_snap_formats[] =
     "This is a ',' separated string, each objects should be prefixed by " \
     "a '+' or a '-' to respectively enable or disable it. The keyword " \
     "'all' refers to all objects. Objects can be refered to by their " \
-    "type or module name. Rules applying to named objects take precendence " \
+    "type or module name. Rules applying to named objects take precedence " \
     "over rules applying to object types. Note that you still need to " \
     "use -vvv to actually display debug message.")