From bc2646ef1103c12d19ec153b5d0a9769f2732e52 Mon Sep 17 00:00:00 2001 From: "Mark J. Cox" Date: Sun, 31 Jan 1999 09:57:00 +0000 Subject: [PATCH] fix typo Submitted by: Reviewed by: PR: --- apps/ca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- 2.25.1