mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-22 19:09:58 +00:00
net/portmapper: fix typo
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
@@ -222,7 +222,7 @@ func IsNoMappingError(err error) bool {
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
ErrNoPortMappingServices = errors.New("no port mapping services were found")
|
ErrNoPortMappingServices = errors.New("no port mapping services were found")
|
||||||
ErrGatewayNotFound = errors.New("failed to look gateway address")
|
ErrGatewayNotFound = errors.New("failed to look up gateway address")
|
||||||
)
|
)
|
||||||
|
|
||||||
// CreateOrGetMapping either creates a new mapping or returns a cached
|
// CreateOrGetMapping either creates a new mapping or returns a cached
|
||||||
|
Reference in New Issue
Block a user