From fb8b821710b22ed495eb28b1914459365567c504 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 1 Sep 2021 07:54:49 -0700 Subject: [PATCH] tsnet: fix typo in comment Signed-off-by: Brad Fitzpatrick --- tsnet/tsnet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsnet/tsnet.go b/tsnet/tsnet.go index b9db88aa2..b114ecb34 100644 --- a/tsnet/tsnet.go +++ b/tsnet/tsnet.go @@ -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,