Fix a spelling mistake

This commit is contained in:
Mark Crane 2013-04-09 17:04:19 +00:00
parent 74092ed4a6
commit fc6865456e
1 changed files with 1 additions and 1 deletions

View File

@ -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