# HG changeset patch # User Kim Alvefur # Date 1639922422 -3600 # Node ID ad1fe36eaae78befe5aa8b9fde90f9d134df85c1 # Parent 9f4d88f54a545e1f5fe756f5e4224bc942b038b9 mod_smacks: Fix typo (thanks codespell) diff -r 9f4d88f54a54 -r ad1fe36eaae7 plugins/mod_smacks.lua --- a/plugins/mod_smacks.lua Sun Dec 19 14:59:27 2021 +0100 +++ b/plugins/mod_smacks.lua Sun Dec 19 15:00:22 2021 +0100 @@ -59,7 +59,7 @@ 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