Diff

plugins/mod_limits.lua @ 8453:6b3e7fddd723

mod_limits: Fix typo in comment
author Kim Alvefur <zash@zash.se>
date Tue, 05 Dec 2017 11:12:58 +0100
parent 8269:25237002aba4
child 8803:60e113f3682f
line wrap: on
line diff
--- 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";