aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_mam
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-07-27 00:13:18 +0200
committerKim Alvefur <zash@zash.se>2021-07-27 00:13:18 +0200
commitc506269ff5656772fdf739c61bf1aceac4fe9060 (patch)
treee4cd04869d2730f975a5cd27fc5a9a08485390e6 /plugins/mod_mam
parent9ced42c9fb1f8428fca87bfdf02472d72421e881 (diff)
downloadprosody-c506269ff5656772fdf739c61bf1aceac4fe9060.tar.gz
prosody-c506269ff5656772fdf739c61bf1aceac4fe9060.zip
Fix various spelling errors (thanks codespell)
Also special thanks to timeless, for wordlessly reminding me to check for typos.
Diffstat (limited to 'plugins/mod_mam')
-rw-r--r--plugins/mod_mam/mod_mam.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_mam/mod_mam.lua b/plugins/mod_mam/mod_mam.lua
index bd4ba64a..1b5c926c 100644
--- a/plugins/mod_mam/mod_mam.lua
+++ b/plugins/mod_mam/mod_mam.lua
@@ -388,7 +388,7 @@ local function message_handler(event, c2s)
local orig_to = stanza.attr.to or orig_from;
-- Stanza without 'to' are treated as if it was to their own bare jid
- -- Whos storage do we put it in?
+ -- Whose storage do we put it in?
local store_user = c2s and origin.username or jid_split(orig_to);
-- And who are they chatting with?
local with = jid_bare(c2s and orig_to or orig_from);