From: Jay Satiro Date: Sat, 7 Oct 2023 22:43:14 +0000 (-0400) Subject: url: fix typo X-Git-Tag: curl-8_4_0~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf577bca84f4118e0b884afb4b2b7915f74bed58;p=thirdparty%2Fcurl.git url: fix typo --- diff --git a/lib/url.c b/lib/url.c index f9120ee03e..378bd514d1 100644 --- a/lib/url.c +++ b/lib/url.c @@ -1169,7 +1169,7 @@ ConnectionExists(struct Curl_easy *data, foundPendingCandidate = TRUE; /* Don't pick a connection that hasn't connected yet */ infof(data, "Connection #%" CURL_FORMAT_CURL_OFF_T - "isn't open enough, can't reuse", check->connection_id); + " isn't open enough, can't reuse", check->connection_id); continue; }