From 5b46790f11ff85bfed3fd5d2563bb3a07b14611b Mon Sep 17 00:00:00 2001 From: Jonathan Cardoso Machado Date: Sat, 29 Feb 2020 18:08:48 -0300 Subject: docs: fix typo on CURLINFO_RETRY_AFTER - alwaus -> always Reviewed-by: Steve Holme Closes #5005 --- docs/libcurl/opts/CURLINFO_RETRY_AFTER.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.2.3