From c506269ff5656772fdf739c61bf1aceac4fe9060 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 27 Jul 2021 00:13:18 +0200 Subject: Fix various spelling errors (thanks codespell) Also special thanks to timeless, for wordlessly reminding me to check for typos. --- plugins/mod_bosh.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mod_bosh.lua') diff --git a/plugins/mod_bosh.lua b/plugins/mod_bosh.lua index b050e350..7e710760 100644 --- a/plugins/mod_bosh.lua +++ b/plugins/mod_bosh.lua @@ -293,7 +293,7 @@ function stream_callbacks.streamopened(context, attr) 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" }); -- cgit v1.2.3