[vlc-commits] commit: Typo (Christophe Mutricy )
git at videolan.org
git at videolan.org
Wed Apr 14 01:15:42 CEST 2010
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Tue Apr 13 22:31:13 2010 +0100| [f99a3970cb4d54ae9e281c9f5c77f43a68d8d3b4] | committer: Christophe Mutricy
Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f99a3970cb4d54ae9e281c9f5c77f43a68d8d3b4
---
modules/audio_filter/audiobargraph_a.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/audio_filter/audiobargraph_a.c b/modules/audio_filter/audiobargraph_a.c
index 6eb121f..c50806d 100644
--- a/modules/audio_filter/audiobargraph_a.c
+++ b/modules/audio_filter/audiobargraph_a.c
@@ -64,7 +64,7 @@
#define ALARM_THRESHOLD_LONGTEXT N_("Threshold to be attained to raise an alarm. "\
"If the audio level is under the threshold during this time, "\
"an alarm is sent (default 0.1)." )
-#define REPETITION_TIME_TEXT N_("Time between two alamr messages in ms (default 2000)" )
+#define REPETITION_TIME_TEXT N_("Time between two alarm messages in ms (default 2000)" )
#define REPETITION_TIME_LONGTEXT N_("Time between two alarm messages in ms. "\
"This value is used to avoid alarm saturation (default 2000)." )
#define CONNECTION_RESET_TEXT N_("Force connection reset regularly (default 1)" )
More information about the vlc-commits
mailing list