diff plugins/mod_c2s.lua @ 13971:97d15552d364

mod_c2s: Fix typo
author Kim Alvefur <zash@zash.se>
date Wed, 01 Oct 2025 17:39:20 +0200
parents 75a3ac3ad198
children c1469296190d
line wrap: on
line diff
--- a/plugins/mod_c2s.lua	Wed Oct 01 17:25:15 2025 +0200
+++ b/plugins/mod_c2s.lua	Wed Oct 01 17:39:20 2025 +0200
@@ -156,7 +156,7 @@
 	else
 		-- Normally STARTTLS would be offered, is mod_tls loaded?
 		(session.log or log)("warn", "No stream features to offer on insecure session. Check encryption and security settings.");
-		session:close{ condition = "undefined-condition", text = "No connection encryptio available" };
+		session:close{ condition = "undefined-condition", text = "No connection encryption available" };
 	end
 end