From: Bodo Möller Date: Thu, 18 Jul 2002 11:15:52 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL_0_9_6e~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f0a3f166910fc9668e69eaa9fa7b00aec0245176;p=oweals%2Fopenssl.git typo --- 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; }