From 1bde730b39de4f542d11af17f946ee2ea9427806 Mon Sep 17 00:00:00 2001 From: David Fifield Date: Fri, 22 Mar 2024 00:43:58 +0000 Subject: [PATCH] Comment typo. --- server/lib/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/http.go b/server/lib/http.go index 1f173a4..68270e1 100644 --- a/server/lib/http.go +++ b/server/lib/http.go @@ -150,7 +150,7 @@ func (handler *httpHandler) turbotunnelMode(conn net.Conn, addr net.Addr) error return fmt.Errorf("reading ClientID: %v", err) } - // Store a a short-term mapping from the ClientID to the client IP + // Store a short-term mapping from the ClientID to the client IP // address attached to this WebSocket connection. tor will want us to // provide a client IP address when we call pt.DialOr. But a KCP session // does not necessarily correspond to any single IP address--it's