plugins/mod_saslauth.lua
changeset 9997 02a41315d275
parent 9742 f5aa6fdc935e
child 10115 0f335815244f
--- a/plugins/mod_saslauth.lua	Fri May 03 18:14:14 2019 +0200
+++ b/plugins/mod_saslauth.lua	Fri May 03 20:54:24 2019 +0200
@@ -248,7 +248,7 @@
 		local sasl_handler = usermanager_get_sasl_handler(module.host, origin)
 		origin.sasl_handler = sasl_handler;
 		if origin.encrypted then
-			-- check wether LuaSec has the nifty binding to the function needed for tls-unique
+			-- check whether LuaSec has the nifty binding to the function needed for tls-unique
 			-- FIXME: would be nice to have this check only once and not for every socket
 			if sasl_handler.add_cb_handler then
 				local socket = origin.conn:socket();