From 69b86d4b98051af62d44b2ccf0a4cab7c8aa8ff9 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Fri, 12 Aug 2016 00:29:27 +0200 Subject: two typo fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Emilia Käsper Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1461) --- apps/ca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/ca.c b/apps/ca.c index 4b4b37d59e..4bf7b52783 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -83,7 +83,7 @@ /* Additional revocation information types */ -#define REV_NONE 0 /* No addditional information */ +#define REV_NONE 0 /* No additional information */ #define REV_CRL_REASON 1 /* Value is CRL reason code */ #define REV_HOLD 2 /* Value is hold instruction */ #define REV_KEY_COMPROMISE 3 /* Value is cert key compromise time */ -- cgit v1.2.3