aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ca.c
diff options
context:
space:
mode:
authorMark J. Cox <mark@openssl.org>1999-01-31 09:57:00 +0000
committerMark J. Cox <mark@openssl.org>1999-01-31 09:57:00 +0000
commitbc2646ef1103c12d19ec153b5d0a9769f2732e52 (patch)
tree0c78308c6aea47de5ba98a9f78f0eed7925e5e4c /apps/ca.c
parenta96e7810e29747976f55defa2788cbe24e595352 (diff)
downloadopenssl-bc2646ef1103c12d19ec153b5d0a9769f2732e52.tar.gz
fix typo
Submitted by: Reviewed by: PR:
Diffstat (limited to 'apps/ca.c')
-rw-r--r--apps/ca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ca.c b/apps/ca.c
index ec8869ea0e..ac56ce7181 100644
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -144,7 +144,7 @@ static char *ca_usage[]={
" -ss_cert file - File contains a self signed cert to sign\n",
" -preserveDN - Don't re-order the DN\n",
" -batch - Don't ask questions\n",
-" -msie_hack - msie modifications to handle all thos universal strings\n",
+" -msie_hack - msie modifications to handle all those universal strings\n",
NULL
};