summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-07-18 11:15:52 +0000
committerBodo Möller <bodo@openssl.org>2002-07-18 11:15:52 +0000
commitf0a3f166910fc9668e69eaa9fa7b00aec0245176 (patch)
treef7edb16cb689e43fd86abb37e75d27f4552a62b8 /apps
parentc34a865f984c63bf8d545484d5bd32b8a28da5e1 (diff)
typo
Diffstat (limited to 'apps')
-rw-r--r--apps/ca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ca.c b/apps/ca.c
index f342e1f6aa..0618bb5660 100644
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -1108,7 +1108,7 @@ bad:
}
if ((crldays == 0) && (crlhours == 0))
{
- BIO_printf(bio_err,"cannot lookup how long until the next CRL is issuer\n");
+ BIO_printf(bio_err,"cannot lookup how long until the next CRL is issued\n");
goto err;
}