plugins/tls.lua

changeset 428
bde804b01f28
parent 384
532a379acfea
child 463
98fe3ed54639
--- 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

mercurial