summaryrefslogtreecommitdiffstats
path: root/apps/ecparam.c
diff options
context:
space:
mode:
authorScott Schaefer <saschaefer@neurodiverse.org>2013-12-23 19:28:30 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-02-14 22:29:12 +0000
commit2b4ffc659eabec29f76821f0ac624a2b8c19e4c7 (patch)
tree5f492ef3c0fee49d86e4b0205d554d4ed1181ca0 /apps/ecparam.c
parent856c6dfb09d69fc82ada2611c6cd792dfc60e355 (diff)
Fix various spelling errors
Diffstat (limited to 'apps/ecparam.c')
-rw-r--r--apps/ecparam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ecparam.c b/apps/ecparam.c
index 50eef797cc..de4e46f5a8 100644
--- a/apps/ecparam.c
+++ b/apps/ecparam.c
@@ -105,7 +105,7 @@
* in the asn1 der encoding
* possible values: named_curve (default)
* explicit
- * -no_seed - if 'explicit' parameters are choosen do not use the seed
+ * -no_seed - if 'explicit' parameters are chosen do not use the seed
* -genkey - generate ec key
* -rand file - files to use for random number input
* -engine e - use engine e, possibly a hardware device
@@ -286,7 +286,7 @@ bad:
BIO_printf(bio_err, " "
" explicit\n");
BIO_printf(bio_err, " -no_seed if 'explicit'"
- " parameters are choosen do not"
+ " parameters are chosen do not"
" use the seed\n");
BIO_printf(bio_err, " -genkey generate ec"
" key\n");