Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -254,7 +254,7 @@ METHOD(listener_t, message_hook, bool,
|
||||
message->get_exchange_type(message) == IKE_AUTH))
|
||||
{
|
||||
/* if the addresses have not been claimed yet, they won't. Release
|
||||
* these ressources. */
|
||||
* these resources. */
|
||||
release_unclaimed(this, ike_sa);
|
||||
}
|
||||
}
|
||||
@@ -267,7 +267,7 @@ METHOD(listener_t, ike_updown, bool,
|
||||
if (!up)
|
||||
{
|
||||
/* if the message hook does not apply because of a failed exchange
|
||||
* or something, make sure we release any ressources now */
|
||||
* or something, make sure we release any resources now */
|
||||
release_unclaimed(this, ike_sa);
|
||||
}
|
||||
return TRUE;
|
||||
|
||||
@@ -1490,7 +1490,7 @@ METHOD(task_manager_t, process_message, status_t,
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
/* reject Main/Agressive Modes once established */
|
||||
/* reject Main/Aggressive Modes once established */
|
||||
if (msg->get_exchange_type(msg) == ID_PROT ||
|
||||
msg->get_exchange_type(msg) == AGGRESSIVE)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user