From 94af12227904fe6eac8efce38eed8b9d23037e37 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 19 Dec 2021 15:00:22 +0100 Subject: mod_smacks: Fix typo (thanks codespell) --- plugins/mod_smacks.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mod_smacks.lua b/plugins/mod_smacks.lua index 6ebf4e11..e8a52f99 100644 --- a/plugins/mod_smacks.lua +++ b/plugins/mod_smacks.lua @@ -59,7 +59,7 @@ local ack_errors = require"util.error".init("mod_smacks", xmlns_sm3, { overflow = { condition = "resource-constraint", text = "Too many unacked stanzas remaining, session can't be resumed" } }); --- COMPAT note the use of compatibilty wrapper in events (queue:table()) +-- COMPAT note the use of compatibility wrapper in events (queue:table()) local function ack_delayed(session, stanza) -- fire event only if configured to do so and our session is not already hibernated or destroyed -- cgit v1.2.3