diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-08-15 16:31:04 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-08-15 16:31:04 +0200 |
commit | 7ebf021d372a7819b6fd723a8c20934b9749b83f (patch) | |
tree | 07cea17cb140c0608e0b5f2ed91f0b07f7b1af11 /src/libcharon/sa/tasks/ike_auth.h | |
parent | 19e12db79c1f32714a6cea0186909e3c1b0c354b (diff) | |
download | strongswan-7ebf021d372a7819b6fd723a8c20934b9749b83f.tar.bz2 strongswan-7ebf021d372a7819b6fd723a8c20934b9749b83f.tar.xz |
typos: initator->initiator, authenticaion->authentication.
Diffstat (limited to 'src/libcharon/sa/tasks/ike_auth.h')
-rw-r--r-- | src/libcharon/sa/tasks/ike_auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/sa/tasks/ike_auth.h b/src/libcharon/sa/tasks/ike_auth.h index bba46d961..360426506 100644 --- a/src/libcharon/sa/tasks/ike_auth.h +++ b/src/libcharon/sa/tasks/ike_auth.h @@ -49,7 +49,7 @@ struct ike_auth_t { * Create a new task of type IKE_AUTHENTICATE. * * @param ike_sa IKE_SA this task works for - * @param initiator TRUE if thask is the initator of an exchange + * @param initiator TRUE if thask is the initiator of an exchange * @return ike_auth task to handle by the task_manager */ ike_auth_t *ike_auth_create(ike_sa_t *ike_sa, bool initiator); |