mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
Spelling: Fix various spelling mistakes (thanks timeless)
Words, sometimes I wonder how they even work Maybe I missed something.
This commit is contained in:
parent
ece896d253
commit
43351d2b54
18 changed files with 31 additions and 31 deletions
|
@ -187,7 +187,7 @@ function muc_room(node, host, properties)
|
|||
for _,aff in ipairs(properties.affiliations) do
|
||||
store._affiliations[build_jid(aff[1])] = aff[2][1] or aff[2];
|
||||
end
|
||||
-- destructre ejabberd's subject datum (e.g. [{text,<<>>,<<"my room subject">>}] )
|
||||
-- destructure ejabberd's subject datum (e.g. [{text,<<>>,<<"my room subject">>}] )
|
||||
store._data.subject = properties.subject[1][3];
|
||||
if properties.subject_author then
|
||||
store._data.subject_from = store.jid .. "/" .. properties.subject_author;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue