Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -1014,7 +1014,7 @@ struct ike_sa_t {
|
||||
/**
|
||||
* Rekey the IKE_SA.
|
||||
*
|
||||
* Sets up a new IKE_SA, moves all CHILDs to it and deletes this IKE_SA.
|
||||
* Sets up a new IKE_SA, moves all CHILD_SAs to it and deletes this IKE_SA.
|
||||
*
|
||||
* @return - SUCCESS, if IKE_SA rekeying initiated
|
||||
*/
|
||||
|
||||
@@ -131,7 +131,7 @@ struct private_task_manager_t {
|
||||
array_t *queued_tasks;
|
||||
|
||||
/**
|
||||
* Array of active tasks, initiated by ourselve
|
||||
* Array of active tasks, initiated by ourselves
|
||||
*/
|
||||
array_t *active_tasks;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user