aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-12-19 15:00:22 +0100
committerKim Alvefur <zash@zash.se>2021-12-19 15:00:22 +0100
commit94af12227904fe6eac8efce38eed8b9d23037e37 (patch)
tree5ae3e3ce3d0a22befcc62a3972e83cb9d6a3dc85 /plugins
parent884cfdcaaf4386001cd05ab180e8da53d14c3433 (diff)
downloadprosody-94af12227904fe6eac8efce38eed8b9d23037e37.tar.gz
prosody-94af12227904fe6eac8efce38eed8b9d23037e37.zip
mod_smacks: Fix typo (thanks codespell)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_smacks.lua2
1 files changed, 1 insertions, 1 deletions
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