diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-03-25 10:59:37 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-03-25 10:59:37 +0100 |
commit | cf95d2926caf45c1d3647dc65bfb70ca1b207d4d (patch) | |
tree | df35ab7865119b980916c5acf64e6625a8e6d7c6 /src/libcharon/plugins | |
parent | 7e20062fdfd4546b65744ba6158ef08fd9abb917 (diff) | |
download | strongswan-cf95d2926caf45c1d3647dc65bfb70ca1b207d4d.tar.bz2 strongswan-cf95d2926caf45c1d3647dc65bfb70ca1b207d4d.tar.xz |
Fixed some typos, courtesy of codespell
Diffstat (limited to 'src/libcharon/plugins')
-rw-r--r-- | src/libcharon/plugins/eap_radius/eap_radius_provider.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcharon/plugins/eap_radius/eap_radius_provider.c b/src/libcharon/plugins/eap_radius/eap_radius_provider.c index 83fa83830..6087313b5 100644 --- a/src/libcharon/plugins/eap_radius/eap_radius_provider.c +++ b/src/libcharon/plugins/eap_radius/eap_radius_provider.c @@ -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; |