From: Daniel Stenberg Date: Mon, 20 Oct 2025 07:09:50 +0000 (+0200) Subject: RELEASE-NOTES: fix typo X-Git-Tag: rc-8_17_0-3~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cbd7823fd163c20e6b010977972dc7f7f180c709;p=thirdparty%2Fcurl.git RELEASE-NOTES: fix typo --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d583733305..0091217686 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -335,7 +335,7 @@ This release includes the following bugfixes: o tool_cb_hdr: size is always 1 [70] o tool_cb_rea: use poll instead of select if available [329] o tool_doswin: fix to use curl socket functions [108] - o tool_filetime: cap crazy filetimes instead of erroring [327] + o tool_filetime: cap crazy file times instead of erroring [327] o tool_filetime: replace cast with the fitting printf mask (Windows) [212] o tool_formparse: rewrite the headers file parser [374] o tool_getparam/set_rate: skip the multiplication on overflow [84]