From f763847982dcbcb95ee6f02b4fa654994ef60c5b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 11 Jun 2026 15:44:28 +0200 Subject: [PATCH] cf-ip-happy.c: minor comment typo --- lib/cf-ip-happy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cf-ip-happy.c b/lib/cf-ip-happy.c index 92f15ff347..249c4d1c23 100644 --- a/lib/cf-ip-happy.c +++ b/lib/cf-ip-happy.c @@ -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)