From 2c526d912abd92ade30c8154901bb9091720c0cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B1=9F=E6=B3=A2?= Date: Fri, 27 Mar 2020 14:54:03 +0800 Subject: [PATCH] Correct spelling of comments --- pool/opts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pool/opts.go b/pool/opts.go index 5b9bb40..4952e36 100644 --- a/pool/opts.go +++ b/pool/opts.go @@ -71,7 +71,7 @@ func GetTimeout(timeout time.Duration) Opt { // effect is to limit any connection creation to at most one every interval // after headroom has been exhausted. When a request comes in and the pool is // empty, new connections will be created as fast as necessary until the -// headroom is depleated and then any new requests will be blocked until +// headroom is depleted and then any new requests will be blocked until // interval happens. // // Typically you'll want some headroom over the pool size to allow a burst of -- 2.17.2 (Apple Git-113)