diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2022-07-15 11:36:43 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2022-07-15 11:36:58 +0100 |
| commit | cd34bf3e19ae6dbdb1f6378042241788698906fc (patch) | |
| tree | 25f823a08ec11f6c3c1d6200e537347f70ad7b12 /internal/clients | |
| parent | 72a65f88fde16ff1a83f9aec02c52f5e9785efa1 (diff) | |
Fix typos.
Diffstat (limited to 'internal/clients')
| -rw-r--r-- | internal/clients/baseclient.go | 2 |
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 |
