# HG changeset patch # User Simon Josefsson # Date 1130497125 0 # Node ID cc9cb5980e6109e7b8cbf356cad1fd5ab415e5dd # Parent a5a7c3b2a730ce6234b6610ff525bf5908d7bd87 Fix typo. diff --git a/lib/arctwo.c b/lib/arctwo.c --- 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. */