commit | 5573ee366900ba94959b5d66606ed352c80340db | [log] [tgz] |
---|---|---|
author | Michal Bozon <michal.bozon@gmail.com> | Mon Sep 28 12:59:27 2015 -0400 |
committer | Rich Salz <rsalz@openssl.org> | Mon Sep 28 13:36:46 2015 -0400 |
tree | 39adc7f8be203b11feb26f767523099b55c1e716 | |
parent | 85a7007c38dc2bd4e5052c0daf5279871c01d727 [diff] [blame] |
RT4053: Typo in error message Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org>
diff --git a/apps/prime.c b/apps/prime.c index d7f3869..2ce4e94 100644 --- a/apps/prime.c +++ b/apps/prime.c
@@ -121,7 +121,7 @@ char *s; if (!bits) { - BIO_printf(bio_err, "Specifiy the number of bits.\n"); + BIO_printf(bio_err, "Specify the number of bits.\n"); goto end; } bn = BN_new();