From fb9a520873133e369fa86ef63b4e4f0fd2fc1f68 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 9 Jun 2026 10:38:18 +0200 Subject: [PATCH] peer.h: fix typo in comment Closes #21920 --- lib/peer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */