plugins/muc/muc.lib.lua
changeset 8731 41c959c5c84b
parent 8594 0c322389f994
child 8757 ca40f9a5751a
--- 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,