From c38f0290a742e5d9d01371144703debc8dbbf94b Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Thu, 4 Aug 2016 16:00:18 -0700 Subject: [PATCH] pkg/transport: fix minor typo --- pkg/transport/timeout_transport.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/transport/timeout_transport.go b/pkg/transport/timeout_transport.go index 742cc5cbf..ea16b4c0f 100644 --- a/pkg/transport/timeout_transport.go +++ b/pkg/transport/timeout_transport.go @@ -35,7 +35,7 @@ func NewTimeoutTransport(info TLSInfo, dialtimeoutd, rdtimeoutd, wtimeoutd time. // it should not be put back to http transport as an idle connection for future usage. tr.MaxIdleConnsPerHost = -1 } else { - // allow more idle connections between peers to avoid unncessary port allocation. + // allow more idle connections between peers to avoid unnecessary port allocation. tr.MaxIdleConnsPerHost = 1024 }