From: Daniel Stenberg Date: Thu, 11 Jun 2026 13:44:28 +0000 (+0200) Subject: cf-ip-happy.c: minor comment typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f763847982dcbcb95ee6f02b4fa654994ef60c5b;p=thirdparty%2Fcurl.git cf-ip-happy.c: minor comment typo --- 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)