summaryrefslogtreecommitdiff
path: root/src/libtls/tls_aead.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtls/tls_aead.h')
-rw-r--r--src/libtls/tls_aead.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtls/tls_aead.h b/src/libtls/tls_aead.h
index 8b5cda5a7..389a498a5 100644
--- a/src/libtls/tls_aead.h
+++ b/src/libtls/tls_aead.h
@@ -75,7 +75,7 @@ struct tls_aead_t {
size_t (*get_mac_key_size)(tls_aead_t *this);
/**
- * Get the encrytion key size, if used.
+ * Get the encryption key size, if used.
*
* @return key size, in bytes, 0 if not used
*/