summaryrefslogtreecommitdiff
path: root/cipher/rfc2268.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/rfc2268.c')
-rw-r--r--cipher/rfc2268.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rfc2268.c b/cipher/rfc2268.c
index 7d63fcef..9575ca68 100644
--- a/cipher/rfc2268.c
+++ b/cipher/rfc2268.c
@@ -22,7 +22,7 @@
/* This implementation was written by Nikos Mavroyanopoulos for GNUTLS
* as a Libgcrypt module (gnutls/lib/x509/rc2.c) and later adapted for
* direct use by Libgcrypt by Werner Koch. This implementation is
- * only useful for pkcs#12 descryption.
+ * only useful for pkcs#12 decryption.
*
* The implementation here is based on Peter Gutmann's RRC.2 paper.
*/