From 03c20bf3b448ba935312d97e20fd7474809e15c4 Mon Sep 17 00:00:00 2001 From: oftenoccur <166520808+oftenoccur@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:51:12 +0800 Subject: [PATCH] comments typo Signed-off-by: oftenoccur --- common/session/session.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/session/session.go b/common/session/session.go index 4af61015..38ffa7bd 100644 --- a/common/session/session.go +++ b/common/session/session.go @@ -44,7 +44,7 @@ type Inbound struct { Tag string // Name of the inbound proxy that handles the connection. Name string - // User is the user that authencates for the inbound. May be nil if the protocol allows anounymous traffic. + // User is the user that authenticates for the inbound. May be nil if the protocol allows anonymous traffic. User *protocol.MemoryUser // Conn is actually internet.Connection. May be nil. Conn net.Conn