RELEASE-NOTES: fix typo

This commit is contained in:
Daniel Stenberg 2025-12-02 10:13:32 +01:00
parent 055f1a3d02
commit 8dedcce7a3
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -201,11 +201,11 @@ This release includes the following bugfixes:
o tool_help: add checks to avoid unsigned wrap around [14]
o tool_ipfs: check return codes better [20]
o tool_msgs: make voutf() use stack instead of heap [125]
o tool_operatate: return error for OOM in append2query [217]
o tool_operate: exit on curl_share_setopt errors [108]
o tool_operate: fix a case of ignoring return code in operate() [128]
o tool_operate: fix case of ignoring return code in single_transfer [129]
o tool_operate: remove redundant condition [19]
o tool_operate: return error for OOM in append2query [217]
o tool_operate: use curlx_str_number instead of atoi [68]
o tool_paramhlp: refuse --proto remove all protocols [10]
o tool_urlglob: acknowledge OOM in peek_ipv6 [175]