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