From 16bc91cee6e34cfe2ce12a9b4c95df149f0b2f5d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 19 Jan 2026 13:36:45 +0100 Subject: [PATCH] typo --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/url.c b/lib/url.c index 227bf53d15..99efe38631 100644 --- a/lib/url.c +++ b/lib/url.c @@ -1481,7 +1481,7 @@ static CURLcode findprotocol(struct Curl_easy *data, { const struct Curl_scheme *p = Curl_get_scheme(protostr); - if(p && p->run && /* Protocol found spported. Check if allowed */ + if(p && p->run && /* Protocol found supported. Check if allowed */ (data->set.allowed_protocols & p->protocol)) { /* it is allowed for "normal" request, now do an extra check if this is