From 5510f7318e4552cd3be74f3582dae134b22d2a91 Mon Sep 17 00:00:00 2001 From: CuleX Date: Sat, 14 Oct 2017 13:28:38 +0200 Subject: [PATCH] Fix typo in comment paralell -> parallel --- src/monocypher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monocypher.c b/src/monocypher.c index eba4074..7c00955 100644 --- a/src/monocypher.c +++ b/src/monocypher.c @@ -1510,7 +1510,7 @@ void crypto_sign_init_second_pass(crypto_sign_ctx *ctx) ge_tobytes(half_sig, &R); // Hash R, the public key, and the message together. - // It cannot be done in paralell with the first hash. + // It cannot be done in parallel with the first hash. HASH_INIT (&ctx->hash); HASH_UPDATE(&ctx->hash, half_sig, 32); HASH_UPDATE(&ctx->hash, ctx->pk , 32); -- 2.47.3