From: Jonathan Cardoso Machado Date: Sat, 29 Feb 2020 21:08:48 +0000 (-0300) Subject: docs: fix typo on CURLINFO_RETRY_AFTER - alwaus -> always X-Git-Tag: curl-7_69_0~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b46790f11ff85bfed3fd5d2563bb3a07b14611b;p=thirdparty%2Fcurl.git docs: fix typo on CURLINFO_RETRY_AFTER - alwaus -> always Reviewed-by: Steve Holme Closes #5005 --- diff --git a/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3 b/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3 index 9e58ca62d2..b371d6874f 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.