diff options
author | Kim Alvefur <zash@zash.se> | 2018-02-04 01:51:25 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-02-04 01:51:25 +0100 |
commit | b1235c60a71fe55ac329580a6792e04fba9a4d04 (patch) | |
tree | 284e796694d96d55a3f24db148b6f95290c768fe /plugins/muc/muc.lib.lua | |
parent | 78c3f2328fd098579c036a5fc8b0cb5bf6fdc633 (diff) | |
download | prosody-b1235c60a71fe55ac329580a6792e04fba9a4d04.tar.gz prosody-b1235c60a71fe55ac329580a6792e04fba9a4d04.zip |
Fix spelling throughout the codebase [codespell]
Diffstat (limited to 'plugins/muc/muc.lib.lua')
-rw-r--r-- | plugins/muc/muc.lib.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/muc/muc.lib.lua b/plugins/muc/muc.lib.lua index 138f2acf..605de498 100644 --- a/plugins/muc/muc.lib.lua +++ b/plugins/muc/muc.lib.lua @@ -576,7 +576,7 @@ function room_mt:handle_normal_presence(origin, stanza) self:route_stanza(pr); end if is_first_dest_session and is_last_orig_session then -- Normal nick change - log("debug", "no sessions in %s left; publically marking as nick change", orig_occupant.nick); + log("debug", "no sessions in %s left; publicly marking as nick change", orig_occupant.nick); orig_x:tag("status", {code = "303";}):up(); else -- The session itself always needs to see a nick change -- don't want to get our old nick's available presence, |