From 56045ef1c2bc04acf1b9a25497f36269be0bb5f6 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Thu, 31 Jul 2025 14:14:32 +0200 Subject: [PATCH] phrasing --- docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md b/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md index 24cedc403b..eed0561fe3 100644 --- a/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md +++ b/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md @@ -42,7 +42,7 @@ fail, the next IPv6 address is used, then the next IPv4, etc. If there are only addresses for one stack, those are tried one after the other. When there is neither a positive nor negative response to an attempt, -another attempt is started after *timeout* has passed. And then another, +another attempt is started after *timeout* has passed. Then another, after *timeout* has passed again. As long as there are addresses available. When all addresses have been tried and failed, the transfer fails.