changeset 6430:cc9cb5980e61

Fix typo.
author Simon Josefsson <simon@josefsson.org>
date Fri, 28 Oct 2005 10:58:45 +0000
parents a5a7c3b2a730
children 076accb971ef
files lib/arctwo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/arctwo.c
+++ b/lib/arctwo.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.
  */