# HG changeset patch # User Kim Alvefur # Date 1512468778 -3600 # Node ID 6b3e7fddd7230dca4d40acb00da55317d8d1b1a3 # Parent 3d21c63ec03f82145bea3c71f40650444b07c639 mod_limits: Fix typo in comment diff -r 3d21c63ec03f -r 6b3e7fddd723 plugins/mod_limits.lua --- 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";