1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

docs: fix typo on CURLINFO_RETRY_AFTER - alwaus -> always

Reviewed-by: Steve Holme
Closes #5005
This commit is contained in:
Jonathan Cardoso Machado 2020-02-29 18:08:48 -03:00 committed by Steve Holme
parent 1d421de9a1
commit 5b46790f11
No known key found for this signature in database
GPG Key ID: 4059CB85CA7E8F19

View File

@ -33,7 +33,7 @@ HTTP server suggesets the client should wait until the next request is
issued. The information from the "Retry-After:" header. issued. The information from the "Retry-After:" header.
While the HTTP header might contain a fixed date string, the 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. or zero if there was no header or the header couldn't be parsed.
.SH DEFAULT .SH DEFAULT
Returns zero delay if there was no header. Returns zero delay if there was no header.