Fix typos
authorJakub Wilk <jwilk@jwilk.net>
Wed, 10 Apr 2019 10:00:20 +0000 (12:00 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 10 Apr 2019 11:24:14 +0000 (13:24 +0200)
CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8714)

(cherry picked from commit ee215c7eea91f193d4765127eb31332758753058)

ssl/ssl_locl.h

index 33db1460ab245dba70b1f4ff8f53ac947e5c4d96..0cf3893e0648c59850d4173f94785ba2e727a681 100644 (file)
@@ -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;