summaryrefslogtreecommitdiffstats
path: root/apps/req.c
diff options
context:
space:
mode:
authorMark J. Cox <mark@openssl.org>1999-01-31 09:59:54 +0000
committerMark J. Cox <mark@openssl.org>1999-01-31 09:59:54 +0000
commitd1f4c83ce57d25db70bdcf6b4eb8e493a6e0dd6a (patch)
treec6af85878d8ac4973c7bf0410f7c49a7a9f0a518 /apps/req.c
parentbc2646ef1103c12d19ec153b5d0a9769f2732e52 (diff)
Fix some more typos
Submitted by: Reviewed by: PR:
Diffstat (limited to 'apps/req.c')
-rw-r--r--apps/req.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/req.c b/apps/req.c
index 6ff9bb2c02..340bf62f85 100644
--- a/apps/req.c
+++ b/apps/req.c
@@ -349,7 +349,7 @@ bad:
BIO_printf(bio_err," -newkey dsa:file generate a new DSA key, parameters taken from CA in 'file'\n");
BIO_printf(bio_err," -[digest] Digest to sign with (md5, sha1, md2, mdc2)\n");
- BIO_printf(bio_err," -config file request templace file.\n");
+ BIO_printf(bio_err," -config file request template file.\n");
BIO_printf(bio_err," -new new request.\n");
BIO_printf(bio_err," -x509 output a x509 structure instead of a cert. req.\n");
BIO_printf(bio_err," -days number of days a x509 generated by -x509 is valid for.\n");