summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2020-08-12 08:10:51 +0200
committerDaiki Ueno <ueno@gnu.org>2020-09-03 09:57:13 +0200
commit8266600c0730dba7dd6d4b2a4083748fa5396e4e (patch)
tree51392638f7ccab0aaab25ac71159b83862a467c9 /lib/gnutls_int.h
parent03a999261937c9d389ad96759ff56efbbb1eb605 (diff)
downloadgnutls-8266600c0730dba7dd6d4b2a4083748fa5396e4e.tar.gz
doc: assorted typo fixes
Spotted by codespell. Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 4db7a2534d..bb6c197138 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -533,7 +533,7 @@ struct gnutls_key_st {
uint8_t ap_rms[MAX_HASH_SIZE]; /* resumption_master_secret */
} tls13; /* tls1.3 */
- /* Folow the SSL3.0 and TLS1.2 key exchanges */
+ /* Follow the SSL3.0 and TLS1.2 key exchanges */
struct {
/* For ECDH KX */
struct {