]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: fix a typo
authorDaniel Stenberg <daniel@haxx.se>
Wed, 1 Oct 2025 06:16:45 +0000 (08:16 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 1 Oct 2025 06:26:49 +0000 (08:26 +0200)
Closes #18788

docs/TODO

index d7416f9c8e1b9c53eddd01334117a9c6d488735b..4db3f5f4ed2137ff0212f8f55757abb90c1c3ea7 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
 
 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.