From 0e395944b70c7a92a6437f6bcc14f287c19ce9de Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 16 Nov 2015 12:18:47 +0100 Subject: Fix typos found using codespell * cipher/cipher-ocb.c: Fix typos. * cipher/des.c: Likewise. * cipher/dsa-common.c: Likewise. * cipher/ecc.c: Likewise. * cipher/pubkey.c: Likewise. * cipher/rsa-common.c: Likewise. * cipher/scrypt.c: Likewise. * random/random-csprng.c: Likewise. * random/random-fips.c: Likewise. * random/rndw32.c: Likewise. * src/cipher-proto.h: Likewise. * src/context.c: Likewise. * src/fips.c: Likewise. * src/gcrypt.h.in: Likewise. * src/global.c: Likewise. * src/sexp.c: Likewise. * tests/mpitests.c: Likewise. * tests/t-lock.c: Likewise. Signed-off-by: Justus Winter --- cipher/scrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cipher/scrypt.c') diff --git a/cipher/scrypt.c b/cipher/scrypt.c index 3c21c2af..a05b5bfd 100644 --- a/cipher/scrypt.c +++ b/cipher/scrypt.c @@ -246,7 +246,7 @@ _gcry_kdf_scrypt (const unsigned char *passwd, size_t passwdlen, unsigned long iterations, size_t dkLen, unsigned char *DK) { - u64 N = subalgo; /* CPU/memory cost paramter. */ + u64 N = subalgo; /* CPU/memory cost parameter. */ u32 r; /* Block size. */ u32 p = iterations; /* Parallelization parameter. */ -- cgit v1.2.1