Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -109,7 +109,7 @@ struct private_task_manager_t {
|
||||
array_t *packets;
|
||||
|
||||
/**
|
||||
* type of the initated exchange
|
||||
* type of the initiated exchange
|
||||
*/
|
||||
exchange_type_t type;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ struct ike_auth_lifetime_t {
|
||||
* Create a new TASK_IKE_AUTH_LIFETIME task.
|
||||
*
|
||||
* @param ike_sa IKE_SA this task works for
|
||||
* @param initiator TRUE if taks is initiated by us
|
||||
* @param initiator TRUE if task is initiated by us
|
||||
* @return ike_auth_lifetime task to handle by the task_manager
|
||||
*/
|
||||
ike_auth_lifetime_t *ike_auth_lifetime_create(ike_sa_t *ike_sa, bool initiator);
|
||||
|
||||
@@ -91,7 +91,7 @@ struct ike_mobike_t {
|
||||
* Create a new ike_mobike task.
|
||||
*
|
||||
* @param ike_sa IKE_SA this task works for
|
||||
* @param initiator TRUE if taks is initiated by us
|
||||
* @param initiator TRUE if task is initiated by us
|
||||
* @return ike_mobike task to handle by the task_manager
|
||||
*/
|
||||
ike_mobike_t *ike_mobike_create(ike_sa_t *ike_sa, bool initiator);
|
||||
|
||||
@@ -59,7 +59,7 @@ struct private_ike_vendor_t {
|
||||
ike_sa_t *ike_sa;
|
||||
|
||||
/**
|
||||
* Are we the inititator of this task
|
||||
* Are we the initiator of this task
|
||||
*/
|
||||
bool initiator;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user