plugins/mod_limits.lua
changeset 8456 6b3e7fddd723
parent 8272 25237002aba4
child 8806 60e113f3682f
--- a/plugins/mod_limits.lua	Fri Dec 01 04:50:20 2017 +0100
+++ b/plugins/mod_limits.lua	Tue Dec 05 11:12:58 2017 +0100
@@ -1,4 +1,4 @@
--- Because we deal we pre-authed sessions and streams we can't be host-specific
+-- Because we deal with pre-authed sessions and streams we can't be host-specific
 module:set_global();
 
 local filters = require "util.filters";