]> git.sesse.net Git - vlc/commitdiff
typo: removing double spaces
authorChristoph Miebach <christoph.miebach@web.de>
Wed, 1 Aug 2012 12:10:01 +0000 (14:10 +0200)
committerChristoph Miebach <christoph.miebach@web.de>
Wed, 1 Aug 2012 12:10:01 +0000 (14:10 +0200)
modules/access/dv.c
modules/demux/rawvid.c
src/libvlc-module.c

index b3a8d4db820595fa5fb0825cac3e37a4252a681a..67ecc30c274762d26359c1114374e7e406020abf 100644 (file)
@@ -57,7 +57,7 @@ static block_t *Block( access_t * );
 static int Control( access_t *, int, va_list );
 
 vlc_module_begin ()
-    set_description( N_("Digital Video (Firewire/ieee1394)  input") )
+    set_description( N_("Digital Video (Firewire/ieee1394) input") )
     set_shortname( N_("DV") )
     set_category( CAT_INPUT )
     set_subcategory( SUBCAT_INPUT_ACCESS )
index 82e4daaa38458e2087250f489d308bb4414c44ad..4fc6bb9b134f78d5010b0a6e386dea56d7b6fe2a 100644 (file)
@@ -43,7 +43,7 @@ static void Close( vlc_object_t * );
 
 #define FPS_TEXT N_("Frames per Second")
 #define FPS_LONGTEXT N_("This is the desired frame rate when " \
-    "playing raw video streams.  In the form 30000/1001 or 29.97")
+    "playing raw video streams. In the form 30000/1001 or 29.97")
 
 #define WIDTH_TEXT N_("Width")
 #define WIDTH_LONGTEXT N_("This specifies the width in pixels of the raw " \
index d96d6071062909f9aef9109900803eb7afaf564c..7b6e2f92cdc7b345f0ba971cc5ed94a59b5ed361 100644 (file)
@@ -963,7 +963,7 @@ static const char *const ppsz_prefres[] = {
 #define SOUT_MUX_CACHING_TEXT N_("Stream output muxer caching (ms)")
 #define SOUT_MUX_CACHING_LONGTEXT N_( \
     "This allow you to configure the initial caching amount for stream output " \
-    " muxer. This value should be set in milliseconds." )
+    "muxer. This value should be set in milliseconds." )
 
 #define PACKETIZER_TEXT N_("Preferred packetizer list")
 #define PACKETIZER_LONGTEXT N_( \