From: Loup Vaillant Date: Sun, 15 Dec 2019 23:09:34 +0000 (+0100) Subject: Fixed typo in manual X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=9e362871bea3850a657e36145f6d3d667e0c921c;p=Monocypher.git Fixed typo in manual --- diff --git a/doc/man/man3/crypto_sign_init_first_pass_custom_hash.3monocypher b/doc/man/man3/crypto_sign_init_first_pass_custom_hash.3monocypher index 1f9d61a..3f9b35c 100644 --- a/doc/man/man3/crypto_sign_init_first_pass_custom_hash.3monocypher +++ b/doc/man/man3/crypto_sign_init_first_pass_custom_hash.3monocypher @@ -223,7 +223,7 @@ main(void) crypto_sign_final( (void*)&ctx, mine); if (crypto_verify64(theirs, mine) != 0) { - fprintf(stderr, "theirs != mine\en"); + fprintf(stderr, "theirs != mine\n"); return 1; } puts("ok");