]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: fix typo in retry.md
authorSamuel Henrique <samueloph@debian.org>
Sat, 24 May 2025 20:58:01 +0000 (21:58 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 26 May 2025 11:03:02 +0000 (13:03 +0200)
Closes #17443

docs/cmdline-opts/retry.md

index 1cd595dd22b7ba07494a6fca5cefa4ebef88a21e..2176e8f43da155b2ad283e90eac097bbff2f75df 100644 (file)
@@ -23,9 +23,9 @@ response code.
 
 When curl is about to retry a transfer, it first waits one second and then for
 all forthcoming retries it doubles the waiting time until it reaches 10
-minutes which then remains delay between the rest of the retries. By using
---retry-delay you disable this exponential backoff algorithm. See also
---retry-max-time to limit the total time allowed for retries.
+minutes, which then remains the set fixed delay time between the rest of the
+retries. By using --retry-delay you disable this exponential backoff algorithm.
+See also --retry-max-time to limit the total time allowed for retries.
 
 curl complies with the Retry-After: response header if one was present to know
 when to issue the next retry (added in 7.66.0).