cmd/tailscale/cli: fix typo in comment

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
pull/1546/head
Brad Fitzpatrick 3 years ago
parent a480b1baa5
commit 0c3e9722cc

@ -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

Loading…
Cancel
Save