From 0cd0e193d35a28b8ac873e5f484878b9427535ab Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Mar 2026 10:39:33 +0100 Subject: [PATCH] url: use URL for url even in comments (Missed in CI due to a bug, see #20934) Closes #20935 --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/url.c b/lib/url.c index b9a1a7b681..b5f54ca419 100644 --- a/lib/url.c +++ b/lib/url.c @@ -2746,7 +2746,7 @@ static CURLcode parse_connect_to_string(struct Curl_easy *data, ptr++; } else { - /* check whether the URL's hostname matches. Use the url hostname + /* check whether the URL's hostname matches. Use the URL hostname * when it was an IPv6 address. Otherwise use the connection's hostname * that has IDN conversion. */ char *hostname_to_match = (data->state.up.hostname[0] == '[') ?