From bb130df1f7386c9f6347324fea3f091531da6153 Mon Sep 17 00:00:00 2001 From: Dmitri Dolguikh Date: Wed, 1 Jul 2026 16:50:26 +0200 Subject: [PATCH] fix spelling Signed-off-by: Dmitri Dolguikh --- client/internal/netflow/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/internal/netflow/manager.go b/client/internal/netflow/manager.go index 06e644f4f..dbbe291cc 100644 --- a/client/internal/netflow/manager.go +++ b/client/internal/netflow/manager.go @@ -284,7 +284,7 @@ func (m *Manager) startRetries(ctx context.Context, flowConfigInterval time.Dura break } } - if resetBackoff { // use regular retry interval in absense of network errors + if resetBackoff { // use regular retry interval in absence of network errors retryBackoff.Reset() timer = time.NewTimer(m.retryInterval) }