Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -172,7 +172,7 @@ static encoding_rule_t encodings[] = {
|
||||
{ FLAG, offsetof(private_ike_header_t, flags.encryption)},
|
||||
/* 4 Byte message id, stored in the field message_id */
|
||||
{ U_INT_32, offsetof(private_ike_header_t, message_id) },
|
||||
/* 4 Byte length fied, stored in the field length */
|
||||
/* 4 Byte length field, stored in the field length */
|
||||
{ HEADER_LENGTH, offsetof(private_ike_header_t, length) }
|
||||
};
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ struct sql_config_t {
|
||||
backend_t backend;
|
||||
|
||||
/**
|
||||
* Destry the backend.
|
||||
* Destroy the backend.
|
||||
*/
|
||||
void (*destroy)(sql_config_t *this);
|
||||
};
|
||||
|
||||
@@ -37,7 +37,7 @@ struct sql_cred_t {
|
||||
credential_set_t set;
|
||||
|
||||
/**
|
||||
* Destry the backend.
|
||||
* Destroy the backend.
|
||||
*/
|
||||
void (*destroy)(sql_cred_t *this);
|
||||
};
|
||||
|
||||
@@ -37,7 +37,7 @@ struct sql_logger_t {
|
||||
logger_t logger;
|
||||
|
||||
/**
|
||||
* Destry the backend.
|
||||
* Destroy the backend.
|
||||
*/
|
||||
void (*destroy)(sql_logger_t *this);
|
||||
};
|
||||
|
||||
@@ -98,7 +98,7 @@ struct keymat_t {
|
||||
*
|
||||
* @param version requested IKE version
|
||||
* @param initiator TRUE if we are initiator
|
||||
* @return keymat_t implmenetation
|
||||
* @return keymat_t implementation
|
||||
*/
|
||||
keymat_t *keymat_create(ike_version_t version, bool initiator);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user