]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cf-ip-happy.c: minor comment typo
authorDaniel Stenberg <daniel@haxx.se>
Thu, 11 Jun 2026 13:44:28 +0000 (15:44 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 11 Jun 2026 13:44:28 +0000 (15:44 +0200)
lib/cf-ip-happy.c

index 92f15ff3471bb69c79ea757fdf5323d1ea11ee9e..249c4d1c23e39a2d85d6966ae59c2df8a5bf697d 100644 (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)