Diff

plugins/muc/muc.lib.lua @ 8728:41c959c5c84b

Fix spelling throughout the codebase [codespell]
author Kim Alvefur <zash@zash.se>
date Sun, 04 Feb 2018 01:51:25 +0100
parent 8591:0c322389f994
child 8754:ca40f9a5751a
line wrap: on
line diff
--- a/plugins/muc/muc.lib.lua	Thu Apr 05 19:37:32 2018 +0200
+++ b/plugins/muc/muc.lib.lua	Sun Feb 04 01:51:25 2018 +0100
@@ -576,7 +576,7 @@
 				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,