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

@ -134,7 +134,7 @@ module:hook("stanza/urn:ietf:params:xml:ns:xmpp-tls:starttls", function(event)
return true;
end);
-- Advertize stream feature
-- Advertise stream feature
module:hook("stream-features", function(event)
local origin, features = event.origin, event.features;
if can_do_tls(origin) then