Mercurial > prosody-hg
diff plugins/mod_saslauth.lua @ 9993:02a41315d275
Fix various spelling mistakes [codespell]
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 03 May 2019 20:54:24 +0200 |
| parents | f5aa6fdc935e |
| children | 0f335815244f |
line wrap: on
line diff
--- 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();
