From 42f156e1a0ffa173d9947f50b1965aafe0dafe83 Mon Sep 17 00:00:00 2001 From: Christoph Miebach Date: Wed, 1 Aug 2012 14:10:01 +0200 Subject: [PATCH] typo: removing double spaces --- modules/access/dv.c | 2 +- modules/demux/rawvid.c | 2 +- src/libvlc-module.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/access/dv.c b/modules/access/dv.c index b3a8d4db82..67ecc30c27 100644 --- a/modules/access/dv.c +++ b/modules/access/dv.c @@ -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 ) diff --git a/modules/demux/rawvid.c b/modules/demux/rawvid.c index 82e4daaa38..4fc6bb9b13 100644 --- a/modules/demux/rawvid.c +++ b/modules/demux/rawvid.c @@ -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 " \ diff --git a/src/libvlc-module.c b/src/libvlc-module.c index d96d607106..7b6e2f92cd 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -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_( \ -- 2.39.2