From 98cf9aae7f949df3e1d1182b79fb8a70ab98cdf8 Mon Sep 17 00:00:00 2001 From: Mikhail Kasimov Date: Thu, 13 Dec 2018 11:12:15 +0200 Subject: [PATCH] Update gost3411-2012.c Cosmetic fix to be close to ```native``` English. --- gost3411-2012.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gost3411-2012.c b/gost3411-2012.c index 36c63ae..8eafdcf 100644 --- a/gost3411-2012.c +++ b/gost3411-2012.c @@ -90,7 +90,7 @@ usage(void) fprintf(stdout, " -t Testing mode to produce hash of example\n"); fprintf(stdout, " messages defined in standard.\n"); fprintf(stdout, " -b Benchmark mode (to see how fast or slow\n"); - fprintf(stdout, " this implementation).\n"); + fprintf(stdout, " this implementation is).\n"); fprintf(stdout, " -s string Print a digest of the given string.\n"); fprintf(stdout, " -r Reverses the format of the output.\n"); fprintf(stdout, " This helps with visual diffs.\n");