Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -855,7 +855,7 @@ struct ike_sa_t {
|
||||
* @param message_id ID of the request to retransmit
|
||||
* @return
|
||||
* - SUCCESS
|
||||
* - NOT_FOUND if request doesn't have to be retransmited
|
||||
* - NOT_FOUND if request doesn't have to be retransmitted
|
||||
*/
|
||||
status_t (*retransmit) (ike_sa_t *this, uint32_t message_id);
|
||||
|
||||
@@ -1155,7 +1155,7 @@ struct ike_sa_t {
|
||||
void (*inherit_post) (ike_sa_t *this, ike_sa_t *other);
|
||||
|
||||
/**
|
||||
* Reset the IKE_SA, useable when initiating fails.
|
||||
* Reset the IKE_SA, usable when initiating fails.
|
||||
*
|
||||
* @param new_spi TRUE to allocate a new initiator SPI
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user