]> git.sesse.net Git - vlc/commitdiff
Typo
authorChristophe Mutricy <xtophe@videolan.org>
Tue, 13 Apr 2010 21:31:13 +0000 (22:31 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 13 Apr 2010 23:15:24 +0000 (00:15 +0100)
modules/audio_filter/audiobargraph_a.c

index 6eb121f69314e7452098c49bb254e82e6ca95024..c50806dd78d6e356800a2aabddd1b91aa688b7f5 100644 (file)
@@ -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)" )