[vlc-devel] commit: Typos (Christophe Mutricy )
git version control
git at videolan.org
Wed Feb 3 20:30:35 CET 2010
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Wed Feb 3 19:02:16 2010 +0000| [b8dddd33871f9932d58a6c7a69ba38d8e4f158bb] | committer: Christophe Mutricy
Typos
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b8dddd33871f9932d58a6c7a69ba38d8e4f158bb
---
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 9d9d810..d7dd903 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 5ef4640..278e7b4 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 16687ca..95b60bc 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.")
More information about the vlc-devel
mailing list