From 24686b26548608d43e2816a65ee977b1e8c763b2 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Wed, 10 Apr 2019 12:00:20 +0200 Subject: [PATCH] Fix typos CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/8714) (cherry picked from commit ee215c7eea91f193d4765127eb31332758753058) --- ssl/ssl_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index 33db1460ab..0cf3893e06 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -1515,7 +1515,7 @@ typedef struct cert_pkey_st CERT_PKEY; * CERT_PKEY entries */ typedef struct { - int nid; /* NID of pubic key algorithm */ + int nid; /* NID of public key algorithm */ uint32_t amask; /* authmask corresponding to key type */ } SSL_CERT_LOOKUP; -- 2.25.1