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
1 changed files with 1 additions and 1 deletions

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.
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.