summaryrefslogtreecommitdiff
path: root/internal
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
commit3ba8778d1d25be0a1cf38f69adae9e09222d6e61 (patch)
tree31e69937eaf30c0d7366e51dc2a9d63d5b19af5e /internal
parentc1aad31d274f646bf827f84d79c874ac04f60e91 (diff)
Fix typos.
Diffstat (limited to 'internal')
-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