tsnet: fix typo in comment

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
pull/2742/head
Brad Fitzpatrick 2021-09-01 07:54:49 -07:00
parent 7a7aa8f2b0
commit fb8b821710
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ type Server struct {
Dir string
// Hostname is the hostname to present to the control server.
// If empty, the binary name is used.l
// If empty, the binary name is used.
Hostname string
// Logf, if non-nil, specifies the logger to use. By default,