cf-ip-happy.c: minor comment typo

This commit is contained in:
Daniel Stenberg 2026-06-11 15:44:28 +02:00
parent 2b336e6b73
commit f763847982
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -886,7 +886,7 @@ static CURLcode cf_ip_happy_connect(struct Curl_cfilter *cf,
ctx->ballers.winner->cf = NULL;
cf_ip_happy_ctx_clear(ctx, data);
Curl_expire_done(data, EXPIRE_HAPPY_EYEBALLS);
/* whatever errors where reported by ballers, clear our errorbuf */
/* whatever errors were reported by ballers, clear our errorbuf */
Curl_reset_fail(data);
if(cf->conn->scheme->protocol & PROTO_FAMILY_SSH)