fix spelling

Signed-off-by: Dmitri Dolguikh <dmitri.external@netbird.io>
This commit is contained in:
Dmitri Dolguikh
2026-07-01 16:50:26 +02:00
parent fb22695894
commit bb130df1f7

View File

@@ -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)
}