diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-12-20 09:31:38 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-12-20 09:35:26 +0100 |
commit | ef33a4ab82994b24f984c2dd02ea034498b24ad3 (patch) | |
tree | cca6b2fe556a6febc5b6d553dda75bf943b2bfc6 /src/libcharon/plugins/unity | |
parent | ba8b28b67f8649fa562f12f59f55c3312b9053f1 (diff) | |
download | strongswan-ef33a4ab82994b24f984c2dd02ea034498b24ad3.tar.bz2 strongswan-ef33a4ab82994b24f984c2dd02ea034498b24ad3.tar.xz |
Fixed some typos, courtesy of codespell
Diffstat (limited to 'src/libcharon/plugins/unity')
-rw-r--r-- | src/libcharon/plugins/unity/unity_handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |