Software /
code /
prosody
Diff
plugins/mod_mam/mod_mam.lua @ 11727:f3aee8a825cc
Fix various spelling errors (thanks codespell)
Also special thanks to timeless, for wordlessly reminding me to check
for typos.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 27 Jul 2021 00:13:18 +0200 |
parent | 11337:f89c8e6beaa6 |
child | 11757:8141645e3865 |
line wrap: on
line diff
--- a/plugins/mod_mam/mod_mam.lua Sun Jul 25 18:58:25 2021 +0200 +++ b/plugins/mod_mam/mod_mam.lua Tue Jul 27 00:13:18 2021 +0200 @@ -388,7 +388,7 @@ 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);