]> git.sesse.net Git - vlc/commitdiff
Typo
authorChristophe Mutricy <xtophe@videolan.org>
Fri, 9 Nov 2007 18:43:12 +0000 (18:43 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Fri, 9 Nov 2007 18:43:12 +0000 (18:43 +0000)
modules/audio_filter/channel_mixer/mono.c

index a185ad77e4752de261d36ca8d4b665d6da62c226..d2fde21c866653b564f4ea6b3238ccc4289924ce 100644 (file)
@@ -82,7 +82,7 @@ struct filter_sys_t
     struct atomic_operation_t * p_atomic_operations;
 };
 
-#define MONO_DOWNMIX_TEXT N_("Use downmix algorithme.")
+#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" \
     "gives the effect of standing in a room full of speakers." )