aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-04-10 13:15:38 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-04-10 13:15:38 +0000
commit7c7c88515fde4bd7b2e89974ebac8e627d987fba (patch)
treeacbd36038dcf615d391d84b7f20fea2291d441dd /apps
parentc0035435a9f4a5c7aee49ef7f8cfd7a4e32dbb4a (diff)
downloadopenssl-7c7c88515fde4bd7b2e89974ebac8e627d987fba.tar.gz
Fix a few typos and tabs while I'm poking around in ca.c...
Diffstat (limited to 'apps')
-rw-r--r--apps/ca.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/ca.c b/apps/ca.c
index 1ac9ae4dbe..649263479a 100644
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -144,8 +144,8 @@ static char *ca_usage[]={
" -spkac file - File contains DN and signed public key and challenge\n",
" -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 those universal strings\n",
+" -batch - Don't ask questions\n",
+" -msie_hack - msie modifications to handle all those universal strings\n",
NULL
};
@@ -590,13 +590,13 @@ bad:
if ((pp[DB_type][0] != DB_TYPE_REV) &&
(pp[DB_rev_date][0] != '\0'))
{
- BIO_printf(bio_err,"entry %d: not, revoked yet has a revokation date\n",i+1);
+ BIO_printf(bio_err,"entry %d: not revoked yet, but has a revocation date\n",i+1);
goto err;
}
if ((pp[DB_type][0] == DB_TYPE_REV) &&
!check_time_format(pp[DB_rev_date]))
{
- BIO_printf(bio_err,"entry %d: invalid revokation date\n",
+ BIO_printf(bio_err,"entry %d: invalid revocation date\n",
i+1);
goto err;
}