summaryrefslogtreecommitdiff
path: root/internal/clients
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2022-07-15 11:36:43 +0100
committerPaul Buetow <pbuetow@mimecast.com>2022-07-15 11:36:58 +0100
commitcd34bf3e19ae6dbdb1f6378042241788698906fc (patch)
tree25f823a08ec11f6c3c1d6200e537347f70ad7b12 /internal/clients
parent72a65f88fde16ff1a83f9aec02c52f5e9785efa1 (diff)
Fix typos.
Diffstat (limited to 'internal/clients')
-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