From: Jakub Wilk Date: Wed, 10 Apr 2019 10:00:20 +0000 (+0200) Subject: Fix typos X-Git-Tag: OpenSSL_1_1_1c~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24686b26548608d43e2816a65ee977b1e8c763b2;p=openssl 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) --- 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;