util/sasl.lua
changeset 13064 8dd5d247f989
parent 12979 d10957394a3c
--- a/util/sasl.lua	Fri Apr 07 16:00:23 2023 +0100
+++ b/util/sasl.lua	Fri Apr 07 17:18:23 2023 +0200
@@ -47,7 +47,7 @@
 local backend_mechanism = {};
 local mechanism_channelbindings = {};
 
--- register a new SASL mechanisms
+-- register a new SASL mechanism
 local function registerMechanism(name, backends, f, cb_backends)
 	assert(type(name) == "string", "Parameter name MUST be a string.");
 	assert(type(backends) == "string" or type(backends) == "table", "Parameter backends MUST be either a string or a table.");