From b8dddd33871f9932d58a6c7a69ba38d8e4f158bb Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Wed, 3 Feb 2010 19:02:16 +0000 Subject: [PATCH] Typos --- include/vlc/libvlc_media.h | 2 +- modules/misc/freetype.c | 2 +- src/libvlc-module.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/vlc/libvlc_media.h b/include/vlc/libvlc_media.h index 9d9d810969..d7dd90333e 100644 --- a/include/vlc/libvlc_media.h +++ b/include/vlc/libvlc_media.h @@ -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 */ diff --git a/modules/misc/freetype.c b/modules/misc/freetype.c index 5ef46409ad..278e7b4087 100644 --- a/modules/misc/freetype.c +++ b/modules/misc/freetype.c @@ -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[] = { diff --git a/src/libvlc-module.c b/src/libvlc-module.c index 16687cab36..95b60bcc7a 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -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.") -- 2.39.2