]> git.sesse.net Git - vlc/commitdiff
Typos
authorChristophe Mutricy <xtophe@videolan.org>
Sat, 11 Jul 2009 19:21:52 +0000 (20:21 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Sat, 11 Jul 2009 19:24:21 +0000 (20:24 +0100)
modules/access/screen/screen.c
modules/audio_output/alsa.c
modules/demux/mkv/matroska_segment.cpp
modules/video_filter/dynamicoverlay/dynamicoverlay_commands.c
modules/video_filter/marq.c
modules/video_filter/rss.c
src/libvlc-module.c
src/network/tcp.c
src/stream_output/sap.c

index 55169f02782f9d8f505da4b1edce9180acb4d95e..8076c3be581ded552da604d9702f9a5d716cd5a7 100644 (file)
@@ -77,7 +77,7 @@
 #ifdef SCREEN_MOUSE
 #define MOUSE_TEXT N_( "Mouse pointer image" )
 #define MOUSE_LONGTEXT N_( \
-    "If specifed, will use the image to draw the mouse pointer on the " \
+    "If specified, will use the image to draw the mouse pointer on the " \
     "capture." )
 #endif
 
index cadba6c25aa111d29b05dc73ad8724a992131458..abe70fa9436ec9008f709d8b37d298f84bac18bc 100644 (file)
@@ -267,7 +267,7 @@ static void Probe( aout_instance_t * p_aout,
     if( val.i_int <= 0 )
     {
         /* Probe() has failed. */
-        msg_Dbg( p_aout, "failed to find a useable alsa configuration" );
+        msg_Dbg( p_aout, "failed to find a usable alsa configuration" );
         var_Destroy( p_aout, "audio-device" );
         return;
     }
index 1a60e833073768cedaf250b5a54c4a907ac15a41..59dd144e60b962556c6ca1a9ac8fc6c0aed7f485 100644 (file)
@@ -737,7 +737,7 @@ bool matroska_segment_c::Select( mtime_t i_start_time )
                     }
                     else
                     {
-                        msg_Err( &sys.demuxer, "inconsistant theora extradata" );
+                        msg_Err( &sys.demuxer, "inconsistent theora extradata" );
                     }
                 }
                 else {
index f1c4213022b756ec4deecfde2375c35782c2685a..cee57f154e6a959e579c04f154fe9b24f932dbb7 100644 (file)
@@ -442,7 +442,7 @@ static int exec_DataSharedMem( filter_t *p_filter,
         if( (p_params->i_height != 1) || (p_params->i_width < 1) )
         {
             msg_Err( p_filter,
-                     "Invalid width and/or height. when specifing text height "
+                     "Invalid width and/or height. when specifying text height "
                      "must be 1 and width the number of bytes in the string, "
                      "including the null terminator" );
             return VLC_EGENERIC;
index 95c34559ff2dd541a1c4efe81251d3d555920e68..e4607e37acad4e918c160ec0933f0c16442bcd42 100644 (file)
@@ -111,7 +111,7 @@ struct filter_sys_t
                             "0 (remains forever).")
 #define REFRESH_TEXT N_("Refresh period in ms")
 #define REFRESH_LONGTEXT N_("Number of milliseconds between string updates. " \
-                            "This is mainly usefull when using meta data " \
+                            "This is mainly useful when using meta data " \
                             "or time format string sequences.")
 #define OPACITY_TEXT N_("Opacity")
 #define OPACITY_LONGTEXT N_("Opacity (inverse of transparency) of " \
index 1fbb20c3eba591f25525c7d0dbf39e5648d19d46..6eb1fa0a36f54f9e5972b28037ddd8ccf1020caa 100644 (file)
@@ -126,7 +126,7 @@ struct filter_sys_t
 };
 
 #define MSG_TEXT N_("Feed URLs")
-#define MSG_LONGTEXT N_("RSS/Atom feed '|' (pipe) seperated URLs.")
+#define MSG_LONGTEXT N_("RSS/Atom feed '|' (pipe) separated URLs.")
 #define SPEED_TEXT N_("Speed of feeds")
 #define SPEED_LONGTEXT N_("Speed of the RSS/Atom feeds in microseconds (bigger is slower).")
 #define LENGTH_TEXT N_("Max length")
index c2be480aa372841337610b08d55248baed3dd960..b489fae7332ce84cba84474ab1363728059b50ab 100644 (file)
@@ -531,12 +531,12 @@ static const char *const ppsz_pos_descriptions[] =
 
 #define CUSTOM_CROP_RATIOS_TEXT N_("Custom crop ratios list")
 #define CUSTOM_CROP_RATIOS_LONGTEXT N_( \
-    "Comma seperated list of crop ratios which will be added in the " \
+    "Comma separated list of crop ratios which will be added in the " \
     "interface's crop ratios list.")
 
 #define CUSTOM_ASPECT_RATIOS_TEXT N_("Custom aspect ratios list")
 #define CUSTOM_ASPECT_RATIOS_LONGTEXT N_( \
-    "Comma seperated list of aspect ratios which will be added in the " \
+    "Comma separated list of aspect ratios which will be added in the " \
     "interface's aspect ratio list.")
 
 #define HDTV_FIX_TEXT N_("Fix HDTV height")
@@ -630,7 +630,7 @@ static const char *const ppsz_clock_descriptions[] =
 
 #define MIFACE_ADDR_TEXT N_("IPv4 multicast output interface address")
 #define MIFACE_ADDR_LONGTEXT N_( \
-    "IPv4 adress for the default multicast interface. This overrides " \
+    "IPv4 address for the default multicast interface. This overrides " \
     "the routing table.")
 
 #define DSCP_TEXT N_("DiffServ Code Point")
index 0fabdd0afab905728d421f5905e4c07657242b84..537c4f919bf96281458d6e3f28962963d9f1f73f 100644 (file)
@@ -422,7 +422,7 @@ static int SocksNegotiate( vlc_object_t *p_obj,
             msg_Err( p_obj, "socks: unsupported authentication method %x",
                      buffer[0] );
         else
-            msg_Err( p_obj, "socks: authentification needed" );
+            msg_Err( p_obj, "socks: authentication needed" );
         return VLC_EGENERIC;
     }
 
index d2fcd92889855a510fa357e3d0e9dda9a7a513d6..3dbaf40337c783ac4f97527e191688777d40285a 100644 (file)
@@ -373,7 +373,7 @@ int SAP_Add (sap_handler_t *p_sap, session_descriptor_t *p_session)
 
     /* SAPv1, not encrypted, not compressed */
     psz_head[0] = 0x20;
-    psz_head[1] = 0x00; /* No authentification length */
+    psz_head[1] = 0x00; /* No authentication length */
 
     i_hash = mdate();
     psz_head[2] = i_hash >> 8; /* Msg id hash */