serve.go, tsnet.go: Fix "in in" typo (#12279)

Fixes #cleanup

Signed-off-by: Walter Poupore <walterp@tailscale.com>
This commit is contained in:
Walter Poupore
2024-05-29 14:11:00 -07:00
committed by GitHub
parent dd77111462
commit 0acb61fbf8
2 changed files with 2 additions and 2 deletions

View File

@@ -626,7 +626,7 @@ func (v ServeConfigView) HasAllowFunnel() bool {
}()
}
// FindFunnel reports whether target exists in in either the background AllowFunnel
// FindFunnel reports whether target exists in either the background AllowFunnel
// or any of the foreground configs.
func (v ServeConfigView) HasFunnelForTarget(target HostPort) bool {
if v.AllowFunnel().Get(target) {