diff options
| author | Paul Buetow <35781042+pbuetow@users.noreply.github.com> | 2023-06-22 21:27:14 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-22 21:27:14 +0300 |
| commit | 14654b432c0a5494001af330c9d4cb7efaa535bf (patch) | |
| tree | e782b38060766ac89d9dd24da143b9088a3f6909 /internal/clients | |
| parent | 294a4239831c2b2bda5933dde8a2ededf7eb476e (diff) | |
| parent | 16b2ea0f93ebe8fbb8f3dea05d3fa60456513938 (diff) | |
Merge pull request #33 from snonux/master
Release v4.2.0
Diffstat (limited to 'internal/clients')
| -rw-r--r-- | internal/clients/stats.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/clients/stats.go b/internal/clients/stats.go index 1315aea..2da3cf7 100644 --- a/internal/clients/stats.go +++ b/internal/clients/stats.go @@ -34,7 +34,7 @@ func newTailStats(servers int) *stats { } } -// Start starts printing client connection stats every time a signal is recieved or +// Start starts printing client connection stats every time a signal is received or // connection count has changed. func (s *stats) Start(ctx context.Context, throttleCh <-chan struct{}, statsCh <-chan string, quiet bool) { |
