summaryrefslogtreecommitdiffstats
path: root/apps/prime.c
diff options
context:
space:
mode:
authorMichal Bozon <michal.bozon@gmail.com>2015-09-28 12:59:27 -0400
committerRich Salz <rsalz@openssl.org>2015-09-28 13:36:46 -0400
commit5573ee366900ba94959b5d66606ed352c80340db (patch)
tree39adc7f8be203b11feb26f767523099b55c1e716 /apps/prime.c
parent85a7007c38dc2bd4e5052c0daf5279871c01d727 (diff)
RT4053: Typo in error message
Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'apps/prime.c')
-rw-r--r--apps/prime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/prime.c b/apps/prime.c
index d7f3869fdc..2ce4e94f89 100644
--- a/apps/prime.c
+++ b/apps/prime.c
@@ -121,7 +121,7 @@ int prime_main(int argc, char **argv)
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();