aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/hmac/hmac.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-07-20 22:19:01 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-07-20 22:19:01 +0200
commit9c67f5ff54513d88e026d6f62304a85cffefe9a1 (patch)
tree6b64e0542dfeba13df8c92a0f091adce4003d2b1 /src/libstrongswan/plugins/hmac/hmac.h
parentf3bb1bd0390407cdc0e807cd9789f5d464034479 (diff)
downloadstrongswan-9c67f5ff54513d88e026d6f62304a85cffefe9a1.tar.bz2
strongswan-9c67f5ff54513d88e026d6f62304a85cffefe9a1.tar.xz
fixed some more misspellings
Diffstat (limited to 'src/libstrongswan/plugins/hmac/hmac.h')
-rw-r--r--src/libstrongswan/plugins/hmac/hmac.h2
1 files changed, 1 insertions, 1 deletions
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.
*/