From: FdaSilvaYY Date: Thu, 11 Aug 2016 22:29:27 +0000 (+0200) Subject: two typo fixes X-Git-Tag: OpenSSL_1_1_0~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69b86d4b98051af62d44b2ccf0a4cab7c8aa8ff9;p=openssl two typo fixes Reviewed-by: Emilia Käsper Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1461) --- 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 */ diff --git a/test/README b/test/README index 8df35fe46a..34ef29a060 100644 --- a/test/README +++ b/test/README @@ -9,7 +9,7 @@ Please note that if a test involves a new testing executable, you will need to do some additions in test/Makefile. More on this later. -Naming convetions +Naming conventions ================= A test executable is named test/{name}test.c