aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/hmac/hmac.h
diff options
context:
space:
mode:
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.
*/