Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -102,7 +102,7 @@ enum pt_tls_auth_t {
|
||||
* @param tls TLS socket to read from
|
||||
* @param vendor receives Message Type Vendor ID from header
|
||||
* @param type receives Message Type from header
|
||||
* @param identifier receives Message Identifer
|
||||
* @param identifier receives Message Identifier
|
||||
* @return reader over message value, NULL on error
|
||||
*/
|
||||
bio_reader_t* pt_tls_read(tls_socket_t *tls, uint32_t *vendor,
|
||||
|
||||
@@ -390,7 +390,7 @@ static bool authenticate(private_pt_tls_server_t *this)
|
||||
{
|
||||
if (do_sasl(this))
|
||||
{
|
||||
/* complete SASL with emtpy mechanism list */
|
||||
/* complete SASL with empty mechanism list */
|
||||
return pt_tls_write(this->tls, PT_TLS_SASL_MECHS, this->identifier++,
|
||||
chunk_empty);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user