summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/cf-https-connect.c
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2025-06-04 10:22:08 +0300
committerdartraiden <wowemuh@gmail.com>2025-06-04 10:27:15 +0300
commitb14c227e81e60d9d87b6a56074d47f8b92727db8 (patch)
tree55d8efd8f7d593a520c01c918fdfd0f81e8605ca /libs/libcurl/src/cf-https-connect.c
parent114ca3aa13683f413d2297e675741f54b87dd151 (diff)
libcurl: update to 8.14.1
Diffstat (limited to 'libs/libcurl/src/cf-https-connect.c')
-rw-r--r--libs/libcurl/src/cf-https-connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcurl/src/cf-https-connect.c b/libs/libcurl/src/cf-https-connect.c
index c66bcba2b2..49b3332cac 100644
--- a/libs/libcurl/src/cf-https-connect.c
+++ b/libs/libcurl/src/cf-https-connect.c
@@ -658,7 +658,7 @@ CURLcode Curl_cf_https_setup(struct Curl_easy *data,
if(conn->bits.tls_enable_alpn) {
#ifdef USE_HTTPSRR
- /* Is there a HTTPSRR use its ALPNs here.
+ /* Is there an HTTPSRR use its ALPNs here.
* We are here after having selected a connection to a host+port and
* can no longer change that. Any HTTPSRR advice for other hosts and ports
* we need to ignore. */