mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
Spelling: Fix various spelling mistakes (thanks timeless)
Words, sometimes I wonder how they even work Maybe I missed something.
This commit is contained in:
parent
ece896d253
commit
43351d2b54
18 changed files with 31 additions and 31 deletions
|
@ -47,7 +47,7 @@ local registered_mechanisms = {};
|
|||
local backend_mechanism = {};
|
||||
local mechanism_channelbindings = {};
|
||||
|
||||
-- register a new SASL mechanims
|
||||
-- register a new SASL mechanisms
|
||||
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.");
|
||||
|
@ -97,7 +97,7 @@ function method:clean_clone()
|
|||
return new(self.realm, self.profile)
|
||||
end
|
||||
|
||||
-- get a list of possible SASL mechanims to use
|
||||
-- get a list of possible SASL mechanisms to use
|
||||
function method:mechanisms()
|
||||
local current_mechs = {};
|
||||
for mech, _ in pairs(self.mechs) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue