From 462f7e38fc94b824e77c5c3532aa311474c9ca33 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Mon, 29 Mar 2021 13:47:12 -0700 Subject: [PATCH] tailcfg: fix typo in comment Signed-off-by: Josh Bleecher Snyder --- tailcfg/tailcfg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailcfg/tailcfg.go b/tailcfg/tailcfg.go index 1c49a19dd..483a67867 100644 --- a/tailcfg/tailcfg.go +++ b/tailcfg/tailcfg.go @@ -679,7 +679,7 @@ func (et EndpointType) String() string { // Endpoint is an endpoint IPPort and an associated type. // It doesn't currently go over the wire as is but is instead -// broken up into two parallel slices in MapReqeust, for compatibility +// broken up into two parallel slices in MapRequest, for compatibility // reasons. But this type is used in the codebase. type Endpoint struct { Addr netaddr.IPPort