From f25b293fb53f75504f2b5d103003c1a1c8455995 Mon Sep 17 00:00:00 2001 From: David Fifield Date: Fri, 2 Aug 2024 03:36:37 +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 68270e1..1a765c2 100644 --- a/server/lib/http.go +++ b/server/lib/http.go @@ -63,7 +63,7 @@ type httpHandler struct { pconns []*turbotunnel.QueuePacketConn // clientIDLookupKey is a secret key used to tweak the hash-based - // assignement of ClientID to pconn, in order to avoid manipulation of + // assignment of ClientID to pconn, in order to avoid manipulation of // hash assignments. clientIDLookupKey []byte }