mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
Fix various spelling errors (thanks codespell)
Also special thanks to timeless, for wordlessly reminding me to check for typos.
This commit is contained in:
parent
9ced42c9fb
commit
c506269ff5
11 changed files with 11 additions and 11 deletions
|
@ -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" });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue