]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
peer.h: fix typo in comment
authorDaniel Stenberg <daniel@haxx.se>
Tue, 9 Jun 2026 08:38:18 +0000 (10:38 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 9 Jun 2026 09:00:01 +0000 (11:00 +0200)
Closes #21920

lib/peer.h

index 7946735a23e5593642044834052ef467b708b9c3..c18bad4501bc1f0ff88f93a30058f363232a6af5 100644 (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.
  */