aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-10-14 18:09:09 +0200
committerTobias Brunner <tobias@strongswan.org>2016-10-14 18:09:09 +0200
commit955ce9165203d4b69cf1ae53e11438cba7efe7e1 (patch)
treeb132af24a432966b481dfcba3ef0ec20aeb0b3c1 /src/libstrongswan
parentd3beae1311e72bfe8880313c23c4c7ecad170518 (diff)
downloadstrongswan-955ce9165203d4b69cf1ae53e11438cba7efe7e1.tar.bz2
strongswan-955ce9165203d4b69cf1ae53e11438cba7efe7e1.tar.xz
Fixed some typos, courtesy of codespell
Diffstat (limited to 'src/libstrongswan')
-rw-r--r--src/libstrongswan/plugins/sha3/sha3_keccak.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/plugins/sha3/sha3_keccak.h b/src/libstrongswan/plugins/sha3/sha3_keccak.h
index 32ff988bb..eeea9d7fd 100644
--- a/src/libstrongswan/plugins/sha3/sha3_keccak.h
+++ b/src/libstrongswan/plugins/sha3/sha3_keccak.h
@@ -38,7 +38,7 @@ struct sha3_keccak_t {
u_int (*get_rate)(sha3_keccak_t *this);
/**
- * Resets the interal Keccak state
+ * Resets the internal Keccak state
*/
void (*reset)(sha3_keccak_t *this);
@@ -50,7 +50,7 @@ struct sha3_keccak_t {
void (*absorb)(sha3_keccak_t *this, chunk_t data);
/**
- * Finalize the absorbtion phase and switch to the squeeze phase
+ * Finalize the absorption phase and switch to the squeeze phase
*/
void (*finalize)(sha3_keccak_t *this);