Commit b8dddd33 authored by Christophe Mutricy's avatar Christophe Mutricy

Typos

parent 7c94999f
...@@ -393,7 +393,7 @@ VLC_PUBLIC_API void * ...@@ -393,7 +393,7 @@ VLC_PUBLIC_API void *
* will duplicate the entries in the array each time. * will duplicate the entries in the array each time.
* *
* \param p_md media descriptor object * \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 * return the number of Elementary Streams
*/ */
......
...@@ -114,7 +114,7 @@ static void Destroy( vlc_object_t * ); ...@@ -114,7 +114,7 @@ static void Destroy( vlc_object_t * );
#define FONTSIZER_TEXT N_("Relative font size") #define FONTSIZER_TEXT N_("Relative font size")
#define FONTSIZER_LONGTEXT N_("This is the relative default size of the " \ #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, "\ "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 int pi_sizes[] = { 20, 18, 16, 12, 6 };
static const char *const ppsz_sizes_text[] = { static const char *const ppsz_sizes_text[] = {
......
...@@ -193,7 +193,7 @@ static const char *const ppsz_snap_formats[] = ...@@ -193,7 +193,7 @@ static const char *const ppsz_snap_formats[] =
"This is a ',' separated string, each objects should be prefixed by " \ "This is a ',' separated string, each objects should be prefixed by " \
"a '+' or a '-' to respectively enable or disable it. The keyword " \ "a '+' or a '-' to respectively enable or disable it. The keyword " \
"'all' refers to all objects. Objects can be refered to by their " \ "'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 " \ "over rules applying to object types. Note that you still need to " \
"use -vvv to actually display debug message.") "use -vvv to actually display debug message.")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment