summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2022-07-15 11:36:43 +0100
committerPaul Buetow <pbuetow@mimecast.com>2023-09-07 15:29:03 +0300
commit127500c0e9352bac40056cb0e6c1b0c77777690f (patch)
tree31e69937eaf30c0d7366e51dc2a9d63d5b19af5e
parent70839dc8e7543c6b08a202d0bce4b54b5faa6a08 (diff)
Fix typos.
-rw-r--r--internal/clients/baseclient.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/clients/baseclient.go b/internal/clients/baseclient.go
index 764d53e..3025f72 100644
--- a/internal/clients/baseclient.go
+++ b/internal/clients/baseclient.go
@@ -78,7 +78,7 @@ func (c *baseClient) Start(ctx context.Context, statsCh <-chan string) (status i
// Periodically check for unknown hosts, and ask the user whether to trust them or not.
go c.hostKeyCallback.PromptAddHosts(ctx)
}
- // Print client stats every time something on statsCh is recieved.
+ // Print client stats every time something on statsCh is received.
go c.stats.Start(ctx, c.throttleCh, statsCh, c.Args.Quiet)
var wg sync.WaitGroup