summaryrefslogtreecommitdiff
path: root/lib/ext/supported_versions.c
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/ext/supported_versions.c
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/ext/supported_versions.c')
-rw-r--r--lib/ext/supported_versions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ext/supported_versions.c b/lib/ext/supported_versions.c
index 69193b60a3..157a0a77ee 100644
--- a/lib/ext/supported_versions.c
+++ b/lib/ext/supported_versions.c
@@ -71,7 +71,7 @@ supported_versions_recv_params(gnutls_session_t session,
/* do not parse this extension when we haven't TLS1.3
* enabled. That is because we cannot handle earlier protocol
- * negotiotation (such as SSL3.0) with this */
+ * negotiation (such as SSL3.0) with this */
if (vers && !vers->tls13_sem)
return 0;