peer.h: fix typo in comment

Closes #21920
This commit is contained in:
Daniel Stenberg 2026-06-09 10:38:18 +02:00
parent b9b2c0cbb8
commit fb9a520873
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -51,7 +51,7 @@ struct Curl_peer {
* + stripping of surrounding '[]' for URL formatted ipv6 addresses
* + the path alone in case of a unix domain socket, e.g. hostname
* starts with CURL_PEER_UDS_PREFIX and is longer
* Will scam for IPv6 addresses even without surrounding '[]'.
* Scans for IPv6 addresses even without surrounding '[]'.
* - `zoneid` ipv6 zone identifier or NULL
* - `scopeid` ipv6 scopeid of zoneid, when known.
*/