diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-07-20 22:19:01 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-07-20 22:19:01 +0200 |
commit | 9c67f5ff54513d88e026d6f62304a85cffefe9a1 (patch) | |
tree | 6b64e0542dfeba13df8c92a0f091adce4003d2b1 /src | |
parent | f3bb1bd0390407cdc0e807cd9789f5d464034479 (diff) | |
download | strongswan-9c67f5ff54513d88e026d6f62304a85cffefe9a1.tar.bz2 strongswan-9c67f5ff54513d88e026d6f62304a85cffefe9a1.tar.xz |
fixed some more misspellings
Diffstat (limited to 'src')
-rw-r--r-- | src/libcharon/sa/ike_sa_id.h | 6 | ||||
-rw-r--r-- | src/libstrongswan/plugins/hmac/hmac.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/libcharon/sa/ike_sa_id.h b/src/libcharon/sa/ike_sa_id.h index 065c2a897..fb55359bc 100644 --- a/src/libcharon/sa/ike_sa_id.h +++ b/src/libcharon/sa/ike_sa_id.h @@ -30,7 +30,7 @@ typedef struct ike_sa_id_t ike_sa_id_t; * An object of type ike_sa_id_t is used to identify an IKE_SA. * * An IKE_SA is identified by its initiator and responder spi's. - * Additionally it contains the role of the actual running IKEv2-Daemon + * Additionally it contains the role of the actual running IKEv2 daemon * for the specific IKE_SA (original initiator or responder). */ struct ike_sa_id_t { @@ -88,14 +88,14 @@ struct ike_sa_id_t { /** * Get the initiator flag. * - * @return TRUE if we are the original initator + * @return TRUE if we are the original initiator */ bool (*is_initiator) (ike_sa_id_t *this); /** * Switche the original initiator flag. * - * @return TRUE if we are the original initator after switch, FALSE otherwise + * @return TRUE if we are the original initiator after switch, FALSE otherwise */ bool (*switch_initiator) (ike_sa_id_t *this); diff --git a/src/libstrongswan/plugins/hmac/hmac.h b/src/libstrongswan/plugins/hmac/hmac.h index 4e53ddf1f..1ed041596 100644 --- a/src/libstrongswan/plugins/hmac/hmac.h +++ b/src/libstrongswan/plugins/hmac/hmac.h @@ -29,7 +29,7 @@ typedef struct hmac_t hmac_t; /** * Message authentication using hash functions. * - * This class implements the message authenticaion algorithm + * This class implements the message authentication algorithm * described in RFC2104. It uses a hash function, which must * be implemented as a hasher_t class. */ |