From c8eccf074bf09335611567e359914ede8b33e789 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Sun, 22 Jun 2025 08:56:17 +0200 Subject: [PATCH] fix comment --- lib/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/connect.c b/lib/connect.c index 2ed034d43b..07e334ff2a 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -1295,7 +1295,7 @@ connect_sub_chain: /* sub-chain connected, do we need to add more? */ #ifndef CURL_DISABLE_PROXY if(ctx->state < CF_SETUP_CNNCT_SOCKS && cf->conn->bits.socksproxy) { - /* Where to we need the SOCKS to connect to? */ + /* Where do we need the SOCKS to connect to? */ if(cf->conn->bits.httpproxy) { result = Curl_cf_socks_proxy_insert_after( cf, data, cf->conn->socks_proxy.proxytype, "HTTP proxy",