[vlc-commits] typo: removing double spaces
Christoph Miebach
git at videolan.org
Wed Aug 1 14:10:57 CEST 2012
vlc | branch: master | Christoph Miebach <christoph.miebach at web.de> | Wed Aug 1 14:10:01 2012 +0200| [42f156e1a0ffa173d9947f50b1965aafe0dafe83] | committer: Christoph Miebach
typo: removing double spaces
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=42f156e1a0ffa173d9947f50b1965aafe0dafe83
---
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 b3a8d4d..67ecc30 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 82e4daa..4fc6bb9 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 d96d607..7b6e2f9 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_( \
More information about the vlc-commits
mailing list