From: Daniel Stenberg Date: Tue, 9 Jun 2026 08:38:18 +0000 (+0200) Subject: peer.h: fix typo in comment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb9a520873133e369fa86ef63b4e4f0fd2fc1f68;p=thirdparty%2Fcurl.git peer.h: fix typo in comment Closes #21920 --- diff --git a/lib/peer.h b/lib/peer.h index 7946735a23..c18bad4501 100644 --- a/lib/peer.h +++ b/lib/peer.h @@ -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. */