fix a few typos (#302)

This commit is contained in:
Tim Rots
2021-03-01 17:14:34 +01:00
committed by GitHub
parent a0583ebdca
commit e7e6a23cde
4 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ const MaxRemotes = 10
// How long we should prevent roaming back to the previous IP.
// This helps prevent flapping due to packets already in flight
const RoamingSupressSeconds = 2
const RoamingSuppressSeconds = 2
type HostMap struct {
sync.RWMutex //Because we concurrently read and write to our maps