diff -r fafb3639d4aa -r bde804b01f28 plugins/tls.lua --- a/plugins/tls.lua Mon Dec 24 17:34:46 2018 +0100 +++ b/plugins/tls.lua Mon Dec 24 17:35:07 2018 +0100 @@ -10,7 +10,7 @@ stream:send(verse.stanza("starttls", { xmlns = xmlns_tls })); return true; elseif not stream.conn.starttls and not stream.secure then - stream:warn("SSL libary (LuaSec) not loaded, so TLS not available"); + stream:warn("SSL library (LuaSec) not loaded, so TLS not available"); elseif not stream.secure then stream:debug("Server doesn't offer TLS :("); end