summaryrefslogtreecommitdiffstats
path: root/apps
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:36:04 +0000
commitb815ab2101fbec53faeef13e0ada6bb61d365e63 (patch)
tree42e3fe97b8ec73c4a54700062a4c8764b5471f3c /apps
parentffaebdf38c6a5074be3c2ab082d08331e1b2dcf8 (diff)
Fix various spelling errors
(cherry picked from commit 2b4ffc659eabec29f76821f0ac624a2b8c19e4c7)
Diffstat (limited to 'apps')
-rw-r--r--apps/ecparam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ecparam.c b/apps/ecparam.c
index 465480bedd..976ebef12b 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");