Comparison

util/sasl.lua @ 11727:f3aee8a825cc

Fix various spelling errors (thanks codespell) Also special thanks to timeless, for wordlessly reminding me to check for typos.
author Kim Alvefur <zash@zash.se>
date Tue, 27 Jul 2021 00:13:18 +0200
parent 10723:144a1ee24a4e
child 12387:05c250fa335a
comparison
equal deleted inserted replaced
11726:76156c675456 11727:f3aee8a825cc
25 --[[ 25 --[[
26 Authentication Backend Prototypes: 26 Authentication Backend Prototypes:
27 27
28 state = false : disabled 28 state = false : disabled
29 state = true : enabled 29 state = true : enabled
30 state = nil : non-existant 30 state = nil : non-existent
31 31
32 Channel Binding: 32 Channel Binding:
33 33
34 To enable support of channel binding in some mechanisms you need to provide appropriate callbacks in a table 34 To enable support of channel binding in some mechanisms you need to provide appropriate callbacks in a table
35 at profile.cb. 35 at profile.cb.