mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
Fix various spelling errors (thanks codespell)
Also special thanks to timeless, for wordlessly reminding me to check for typos.
This commit is contained in:
parent
9ced42c9fb
commit
c506269ff5
11 changed files with 11 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue