aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/lib/http.go2
1 files changed, 1 insertions, 1 deletions
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