summaryrefslogtreecommitdiff
path: root/lib/vtls
diff options
context:
space:
mode:
authorJohn Bampton <jbampton@gmail.com>2023-02-08 07:50:36 +1000
committerDaniel Stenberg <daniel@haxx.se>2023-02-08 08:30:05 +0100
commit0065b146eb02dddfff74336b0927b78f3732e015 (patch)
tree30c13d0d7417f878bf2f44413b3ce30e1e957e86 /lib/vtls
parent1695fcf57d53230adc6c8cbe20a283690019db02 (diff)
downloadcurl-0065b146eb02dddfff74336b0927b78f3732e015.tar.gz
misc: fix spelling
Closes #10437
Diffstat (limited to 'lib/vtls')
-rw-r--r--lib/vtls/vtls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/vtls.h b/lib/vtls/vtls.h
index 0f8801c29..0d9e74a69 100644
--- a/lib/vtls/vtls.h
+++ b/lib/vtls/vtls.h
@@ -76,7 +76,7 @@ CURLsslset Curl_init_sslset_nolock(curl_sslbackend id, const char *name,
#define ALPN_H3 "h3"
/* conservative sizes on the ALPN entries and count we are handling,
- * we can increase these if we ever feel the need or have to accomodate
+ * we can increase these if we ever feel the need or have to accommodate
* ALPN strings from the "outside". */
#define ALPN_NAME_MAX 10
#define ALPN_ENTRIES_MAX 3