diff --git a/wgengine/magicsock/magicsock_test.go b/wgengine/magicsock/magicsock_test.go index f5c07c2d7cc56..444f5604933e9 100644 --- a/wgengine/magicsock/magicsock_test.go +++ b/wgengine/magicsock/magicsock_test.go @@ -3013,7 +3013,7 @@ func TestBlockEndpoints(t *testing.T) { defer ms.Close() // Check that some endpoints exist. This should be the case as we should use - // interface addressess as endpoints instantly on startup, and we already + // interface addresses as endpoints instantly on startup, and we already // have a DERP connection due to newMagicStackFunc. ms.conn.mu.Lock() haveEndpoint := false