Diff

plugins/tls.lua @ 428:bde804b01f28

Fix typos (thanks Link Mauve and codespell)
author Kim Alvefur <zash@zash.se>
date Mon, 24 Dec 2018 17:35:07 +0100
parent 384:532a379acfea
child 463:98fe3ed54639
line wrap: on
line diff
--- 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