fixed some more misspellings

This commit is contained in:
Andreas Steffen
2011-07-20 22:19:01 +02:00
parent f3bb1bd039
commit 9c67f5ff54
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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.
*/