Fixed some typos, courtesy of codespell
This commit is contained in:
@@ -232,7 +232,7 @@ METHOD(listener_t, ike_rekey, bool,
|
||||
{
|
||||
/* During IKE_SA rekey, the unique identifier changes. Fire update events
|
||||
* and update the cached entry. During the invocation of this hook, the
|
||||
* virutal IPs have been migrated to new, hence remove that entry. */
|
||||
* virtual IPs have been migrated to new, hence remove that entry. */
|
||||
remove_entry(this, new);
|
||||
add_entry(this, new);
|
||||
|
||||
|
||||
@@ -115,7 +115,7 @@ static bool add_include(private_unity_handler_t *this, chunk_t subnet)
|
||||
}
|
||||
|
||||
/**
|
||||
* Rempve a subnet from the inclusion list for this IKE_SA
|
||||
* Remove a subnet from the inclusion list for this IKE_SA
|
||||
*/
|
||||
static bool remove_include(private_unity_handler_t *this, chunk_t subnet)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user