mod_smacks: Fix typo (thanks codespell)
authorKim Alvefur <zash@zash.se>
Sun, 19 Dec 2021 15:00:22 +0100
changeset 12080 ad1fe36eaae7
parent 12079 9f4d88f54a54
child 12081 061d516d8ac5
mod_smacks: Fix typo (thanks codespell)
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