diff options
author | Kim Alvefur <zash@zash.se> | 2017-12-05 11:12:58 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-12-05 11:12:58 +0100 |
commit | 337c4dea6f1d78a527e8b46a3b152ac53792961c (patch) | |
tree | 5c49b0c1c23696ef51f5721dc3a146170fa9a631 | |
parent | 066b90ccffc05ecc98df624c7b8a1a97ae526dc9 (diff) | |
download | prosody-337c4dea6f1d78a527e8b46a3b152ac53792961c.tar.gz prosody-337c4dea6f1d78a527e8b46a3b152ac53792961c.zip |
mod_limits: Fix typo in comment
-rw-r--r-- | plugins/mod_limits.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_limits.lua b/plugins/mod_limits.lua index 66341618..3fc3fcaa 100644 --- a/plugins/mod_limits.lua +++ b/plugins/mod_limits.lua @@ -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"; |