From bd1ac0f822b61e73a569a224d1b326d23cee715f Mon Sep 17 00:00:00 2001 From: Antoine Toulme Date: Wed, 20 Mar 2024 15:46:50 -0700 Subject: [PATCH] [chore] typo: connect -> connection --- config/confignet/confignet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/confignet/confignet.go b/config/confignet/confignet.go index 0f34aebb69f..da04a600284 100644 --- a/config/confignet/confignet.go +++ b/config/confignet/confignet.go @@ -58,7 +58,7 @@ func (tt *TransportType) UnmarshalText(in []byte) error { // DialerConfig contains options for connecting to an address. type DialerConfig struct { // Timeout is the maximum amount of time a dial will wait for - // a connect to complete. The default is no timeout. + // a connection to complete. The default is no timeout. Timeout time.Duration `mapstructure:"timeout"` }