From 0c3e9722ccbc11778e946b448f8599d77eb669a3 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 18 Mar 2021 15:42:55 -0700 Subject: [PATCH] cmd/tailscale/cli: fix typo in comment Signed-off-by: Brad Fitzpatrick --- cmd/tailscale/cli/up.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tailscale/cli/up.go b/cmd/tailscale/cli/up.go index 75acae665..118f002e1 100644 --- a/cmd/tailscale/cli/up.go +++ b/cmd/tailscale/cli/up.go @@ -315,7 +315,7 @@ func runUp(ctx context.Context, args []string) error { // supports server mode, though, the transition to StateStore // is only half complete. Only server mode uses it, and the // Windows service (~tailscaled) is the one that computes the - // StateKey based on the connection idenity. So for now, just + // StateKey based on the connection identity. So for now, just // do as the Windows GUI's always done: if runtime.GOOS == "windows" { // The Windows service will set this as needed based