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_init.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_init.h')
-rw-r--r-- | src/libcharon/sa/tasks/ike_init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/sa/tasks/ike_init.h b/src/libcharon/sa/tasks/ike_init.h index 7bd784cff..b611ade68 100644 --- a/src/libcharon/sa/tasks/ike_init.h +++ b/src/libcharon/sa/tasks/ike_init.h @@ -51,7 +51,7 @@ struct ike_init_t { * Create a new IKE_INIT task. * * @param ike_sa IKE_SA this task works for (new one when rekeying) - * @param initiator TRUE if thask is the original initator + * @param initiator TRUE if thask is the original initiator * @param old_sa old IKE_SA when we are rekeying * @return ike_init task to handle by the task_manager */ |