From: Mark J. Cox Date: Sun, 31 Jan 1999 09:57:00 +0000 (+0000) Subject: fix typo X-Git-Tag: OpenSSL_0_9_2b~204 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bc2646ef1103c12d19ec153b5d0a9769f2732e52;p=oweals%2Fopenssl.git fix typo Submitted by: Reviewed by: PR: --- 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 };