mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.sasl: Fix a singulars
Thanks timeless, your mere existence inspires us to improve our spelling, tho this was more syntax.
This commit is contained in:
parent
b6ca51db43
commit
323408cfc9
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ local registered_mechanisms = {};
|
|||
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.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue