summaryrefslogtreecommitdiff
path: root/lib/ext/supported_versions.c
diff options
context:
space:
mode:
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;