summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/retry.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/retry.d')
-rw-r--r--docs/cmdline-opts/retry.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/retry.d b/docs/cmdline-opts/retry.d
index c4385f73d..428a092e6 100644
--- a/docs/cmdline-opts/retry.d
+++ b/docs/cmdline-opts/retry.d
@@ -14,7 +14,7 @@ response code.
When curl is about to retry a transfer, it will first wait one second and then
for all forthcoming retries it will double the waiting time until it reaches
-10 minutes which then will be the delay between the rest of the retries. By
+10 minutes which then will be the 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.