diff options
author | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-06-07 12:13:09 +0200 |
---|---|---|
committer | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-06-07 12:13:09 +0200 |
commit | 6fcce9fe8d2630b453e1e45aebb525cf8e6f4e78 (patch) | |
tree | 01a5f67fa13fb822fd5f81475a8e178d02f8fe39 /misc/freeswitch/scripts/common/intruder.lua | |
parent | 26fcd113a1cd193eebe012c91556e714fdc10610 (diff) |
typo
Diffstat (limited to 'misc/freeswitch/scripts/common/intruder.lua')
-rw-r--r-- | misc/freeswitch/scripts/common/intruder.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/freeswitch/scripts/common/intruder.lua b/misc/freeswitch/scripts/common/intruder.lua index 7d12155..f5e7a41 100644 --- a/misc/freeswitch/scripts/common/intruder.lua +++ b/misc/freeswitch/scripts/common/intruder.lua @@ -35,7 +35,7 @@ function Intruder.update_blacklist(self, event) contacts_per_second_max = event.contacts_per_second_max, user_agent = event.user_agent, to_user = event.to_user, - comment = 'Permimeter', + comment = 'Perimeter', created_at = {'NOW()', raw = true }, updated_at = {'NOW()', raw = true }, }; |