Commit 7c7c8851 authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

Fix a few typos and tabs while I'm poking around in ca.c...

parent c0035435
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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;
			}