diff options
author | Jonathan Cardoso Machado <me@jonathancardoso.com> | 2020-02-29 18:08:48 -0300 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2020-02-29 21:14:26 +0000 |
commit | 5b46790f11ff85bfed3fd5d2563bb3a07b14611b (patch) | |
tree | 670b7619f1f9024b87e6ccc8e92948945aaf439b | |
parent | 1d421de9a113736e8a65777b1524c6c23556e63a (diff) | |
download | curl-5b46790f11ff85bfed3fd5d2563bb3a07b14611b.tar.gz |
docs: fix typo on CURLINFO_RETRY_AFTER - alwaus -> always
Reviewed-by: Steve Holme
Closes #5005
-rw-r--r-- | docs/libcurl/opts/CURLINFO_RETRY_AFTER.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3 b/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3 index 9e58ca62d..b371d6874 100644 --- a/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3 +++ b/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3 @@ -33,7 +33,7 @@ HTTP server suggesets the client should wait until the next request is issued. The information from the "Retry-After:" header. While the HTTP header might contain a fixed date string, the -\fICURLINFO_RETRY_AFTER(3)\fP will alwaus return number of seconds to wait - +\fICURLINFO_RETRY_AFTER(3)\fP will always return number of seconds to wait - or zero if there was no header or the header couldn't be parsed. .SH DEFAULT Returns zero delay if there was no header. |