[vlc-devel] commit: Fix typo ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Aug 16 09:52:21 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Aug 16 10:54:13 2008 +0300| [e091fdb9a23128922059be8884e005f82bbab040] | committer: Rémi Denis-Courmont
Fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e091fdb9a23128922059be8884e005f82bbab040
---
modules/audio_filter/channel_mixer/mono.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/audio_filter/channel_mixer/mono.c b/modules/audio_filter/channel_mixer/mono.c
index 4c285b3..276ee10 100644
--- a/modules/audio_filter/channel_mixer/mono.c
+++ b/modules/audio_filter/channel_mixer/mono.c
@@ -88,7 +88,7 @@ struct filter_sys_t
#define MONO_DOWNMIX_TEXT N_("Use downmix algorithm")
#define MONO_DOWNMIX_LONGTEXT N_("This option selects a stereo to mono " \
- "downmix algorithm that is used in the headphone channel mixer. It" \
+ "downmix algorithm that is used in the headphone channel mixer. It " \
"gives the effect of standing in a room full of speakers." )
#define MONO_CHANNEL_TEXT N_("Select channel to keep")
More information about the vlc-devel
mailing list