From 9e362871bea3850a657e36145f6d3d667e0c921c Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Mon, 16 Dec 2019 00:09:34 +0100 Subject: [PATCH] Fixed typo in manual --- .../man3/crypto_sign_init_first_pass_custom_hash.3monocypher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.47.3