Fix various spelling errors (thanks codespell)

Also special thanks to timeless, for wordlessly reminding me to check
for typos.
This commit is contained in:
Kim Alvefur 2021-07-27 00:13:18 +02:00
parent 9ced42c9fb
commit c506269ff5
11 changed files with 11 additions and 11 deletions

View file

@ -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" });