]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: fix typo on CURLINFO_RETRY_AFTER - alwaus -> always
authorJonathan Cardoso Machado <me@jonathancardoso.com>
Sat, 29 Feb 2020 21:08:48 +0000 (18:08 -0300)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 29 Feb 2020 21:14:26 +0000 (21:14 +0000)
Reviewed-by: Steve Holme
Closes #5005

docs/libcurl/opts/CURLINFO_RETRY_AFTER.3

index 9e58ca62d22e304ae00fdde7f8917761fa5b98fc..b371d6874fa5ad76cf4103c70b66764468351a88 100644 (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.