chore: typo

This commit is contained in:
wwqgtxx
2024-09-09 09:08:24 +08:00
parent 8940bdd56f
commit dc29514fb6
5 changed files with 9 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ func New(addr string, tunnel C.Tunnel, additions ...inbound.Addition) (*Listener
}
// NewWithAuthenticate
// never change type traits because it's used in CFMA
// never change type traits because it's used in CMFA
func NewWithAuthenticate(addr string, tunnel C.Tunnel, authenticate bool, additions ...inbound.Addition) (*Listener, error) {
getAuth := authStore.Authenticator
if !authenticate {