all: fix spelling mistakes

Signed-off-by: nicksherron <nsherron90@gmail.com>
This commit is contained in:
nicksherron
2021-10-12 20:28:44 -04:00
committed by Brad Fitzpatrick
parent 9795fca946
commit f01ff18b6f
13 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ type Direct struct {
endpoints []tailcfg.Endpoint
everEndpoints bool // whether we've ever had non-empty endpoints
localPort uint16 // or zero to mean auto
lastPingURL string // last PingRequest.URL received, for dup suppresion
lastPingURL string // last PingRequest.URL received, for dup suppression
}
type Options struct {
+1 -1
View File
@@ -218,7 +218,7 @@ func TestNetmapForResponse(t *testing.T) {
}
nm2 := ms.netmapForResponse(&tailcfg.MapResponse{
Node: new(tailcfg.Node),
DNSConfig: nil, // implict
DNSConfig: nil, // implicit
})
if !reflect.DeepEqual(nm2.DNS, *someDNSConfig) {
t.Fatalf("2nd DNS wrong")