aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-12-20 09:31:38 +0100
committerTobias Brunner <tobias@strongswan.org>2012-12-20 09:35:26 +0100
commitef33a4ab82994b24f984c2dd02ea034498b24ad3 (patch)
treecca6b2fe556a6febc5b6d553dda75bf943b2bfc6 /src/libcharon/plugins
parentba8b28b67f8649fa562f12f59f55c3312b9053f1 (diff)
downloadstrongswan-ef33a4ab82994b24f984c2dd02ea034498b24ad3.tar.bz2
strongswan-ef33a4ab82994b24f984c2dd02ea034498b24ad3.tar.xz
Fixed some typos, courtesy of codespell
Diffstat (limited to 'src/libcharon/plugins')
-rw-r--r--src/libcharon/plugins/lookip/lookip_listener.c2
-rw-r--r--src/libcharon/plugins/unity/unity_handler.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libcharon/plugins/lookip/lookip_listener.c b/src/libcharon/plugins/lookip/lookip_listener.c
index f1f630f37..caf336a2e 100644
--- a/src/libcharon/plugins/lookip/lookip_listener.c
+++ b/src/libcharon/plugins/lookip/lookip_listener.c
@@ -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);
diff --git a/src/libcharon/plugins/unity/unity_handler.c b/src/libcharon/plugins/unity/unity_handler.c
index b8d571dde..31d13add2 100644
--- a/src/libcharon/plugins/unity/unity_handler.c
+++ b/src/libcharon/plugins/unity/unity_handler.c
@@ -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)
{