From d19b8727b082bc3b9aa2dc0b5a663312c0623bb7 Mon Sep 17 00:00:00 2001 From: Mikhail Faraponov <11322032+moredure@users.noreply.github.com> Date: Sun, 9 Jan 2022 17:03:22 +0200 Subject: [PATCH] Update tcpdialer.go (#1188) --- tcpdialer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcpdialer.go b/tcpdialer.go index 20a766ff72..294cf1418b 100644 --- a/tcpdialer.go +++ b/tcpdialer.go @@ -127,7 +127,7 @@ type Resolver interface { // TCPDialer contains options to control a group of Dial calls. type TCPDialer struct { - // Concurrency controls the maximum number of concurrent Dails + // Concurrency controls the maximum number of concurrent Dials // that can be performed using this object. // Setting this to 0 means unlimited. //