plugins/mod_bosh.lua
changeset 11731 f3aee8a825cc
parent 11564 3bbb1af92514
child 11737 27699cc148df
--- a/plugins/mod_bosh.lua	Sun Jul 25 18:58:25 2021 +0200
+++ b/plugins/mod_bosh.lua	Tue Jul 27 00:13:18 2021 +0200
@@ -293,7 +293,7 @@
 		end
 
 		if not prosody.hosts[to_host] then
-			log("debug", "BOSH client tried to connect to non-existant host: %s", attr.to);
+			log("debug", "BOSH client tried to connect to non-existent host: %s", attr.to);
 			report_bad_host();
 			local close_reply = st.stanza("body", { xmlns = xmlns_bosh, type = "terminate",
 				["xmlns:stream"] = xmlns_streams, condition = "improper-addressing" });