From 0be34df6cd707b412f5237404e8ce7dd9078421c Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 7 Oct 2020 11:32:10 -0400 Subject: [PATCH] Minor typo fix --- internal/cmd/commands/proxy/proxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cmd/commands/proxy/proxy.go b/internal/cmd/commands/proxy/proxy.go index 508c246406..7b5d1dd995 100644 --- a/internal/cmd/commands/proxy/proxy.go +++ b/internal/cmd/commands/proxy/proxy.go @@ -595,7 +595,7 @@ func (c *Command) Run(args []string) (retCode int) { case <-c.Context.Done(): return default: - // When this hits zero we tigger listener close so this + // When this hits zero we trigger listener close so this // isn't actually an error condition if c.connectionsLeft.Load() == 0 { return