aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/xcbc
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-08-15 16:31:04 +0200
committerTobias Brunner <tobias@strongswan.org>2011-08-15 16:31:04 +0200
commit7ebf021d372a7819b6fd723a8c20934b9749b83f (patch)
tree07cea17cb140c0608e0b5f2ed91f0b07f7b1af11 /src/libstrongswan/plugins/xcbc
parent19e12db79c1f32714a6cea0186909e3c1b0c354b (diff)
downloadstrongswan-7ebf021d372a7819b6fd723a8c20934b9749b83f.tar.bz2
strongswan-7ebf021d372a7819b6fd723a8c20934b9749b83f.tar.xz
typos: initator->initiator, authenticaion->authentication.
Diffstat (limited to 'src/libstrongswan/plugins/xcbc')
-rw-r--r--src/libstrongswan/plugins/xcbc/xcbc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/xcbc/xcbc.h b/src/libstrongswan/plugins/xcbc/xcbc.h
index f28e0b8e0..5d5eb04fb 100644
--- a/src/libstrongswan/plugins/xcbc/xcbc.h
+++ b/src/libstrongswan/plugins/xcbc/xcbc.h
@@ -28,7 +28,7 @@ typedef struct xcbc_t xcbc_t;
/**
* Message authentication using CBC crypter.
*
- * This class implements the message authenticaion algorithm
+ * This class implements the message authentication algorithm
* described in RFC3566.
*/
struct xcbc_t {