From 8ee72cd33c10fd549570f2b9d2611d1b1da781f0 Mon Sep 17 00:00:00 2001 From: Andrea Gottardo Date: Thu, 30 Jan 2025 14:21:32 -0800 Subject: [PATCH] cli/funnel: fix comment typo (#14840) Updates #cleanup Signed-off-by: Andrea Gottardo --- cmd/tailscale/cli/funnel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tailscale/cli/funnel.go b/cmd/tailscale/cli/funnel.go index a95f9e270..f4a1c6bfd 100644 --- a/cmd/tailscale/cli/funnel.go +++ b/cmd/tailscale/cli/funnel.go @@ -19,7 +19,7 @@ import ( var funnelCmd = func() *ffcli.Command { se := &serveEnv{lc: &localClient} // previously used to serve legacy newFunnelCommand unless useWIPCode is true - // change is limited to make a revert easier and full cleanup to come after the relase. + // change is limited to make a revert easier and full cleanup to come after the release. // TODO(tylersmalley): cleanup and removal of newFunnelCommand as of 2023-10-16 return newServeV2Command(se, funnel) }