From: Daniel Stenberg Date: Wed, 1 Oct 2025 06:16:45 +0000 (+0200) Subject: TODO: fix a typo X-Git-Tag: rc-8_17_0-1~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f284222ffc852c2d908bf5e8397cf4ac7fc91a42;p=thirdparty%2Fcurl.git TODO: fix a typo Closes #18788 --- diff --git a/docs/TODO b/docs/TODO index d7416f9c8e..4db3f5f4ed 100644 --- a/docs/TODO +++ b/docs/TODO @@ -531,7 +531,7 @@ 5.2 Obey Retry-After in redirects - The Retry-After is said to dicate "the minimum time that the user agent is + The Retry-After is said to dictate "the minimum time that the user agent is asked to wait before issuing the redirected request" and libcurl does not obey this.