mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-31 17:33:48 +00:00
Fix a spelling mistake
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user