url: fix typo

This commit is contained in:
Jay Satiro 2023-10-07 18:43:14 -04:00
parent c20f425192
commit cf577bca84

View File

@ -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;
}