From fc6865456ea6df1ac2a2ebdfb3bb26fcf5c4ee82 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 9 Apr 2013 17:04:19 +0000 Subject: [PATCH] Fix a spelling mistake --- .../app/voicemail/resources/functions/record_message.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/install/scripts/app/voicemail/resources/functions/record_message.lua b/includes/install/scripts/app/voicemail/resources/functions/record_message.lua index 4ccab52c49..bb7adf74d6 100644 --- a/includes/install/scripts/app/voicemail/resources/functions/record_message.lua +++ b/includes/install/scripts/app/voicemail/resources/functions/record_message.lua @@ -86,7 +86,7 @@ message_length = stop_epoch - start_epoch; message_length_formatted = format_seconds(message_length); - --if the recording is below the minmal length then re-record the message + --if the recording is below the minimal length then re-record the message if (message_length > 2) then --continue else