fix: typos in comments, tests, functions (#5216)

This commit is contained in:
Oleksandr Redko
2026-03-07 12:43:04 +02:00
committed by GitHub
parent c70ceff370
commit bd200b1a3b
5 changed files with 6 additions and 6 deletions

View File

@@ -193,7 +193,7 @@ func NewService(cfg *v1.ServerConfig) (*Service, error) {
if err != nil {
return nil, fmt.Errorf("create vhost tcpMuxer error, %v", err)
}
log.Infof("tcpmux httpconnect multiplexer listen on %s, passthough: %v", address, cfg.TCPMuxPassthrough)
log.Infof("tcpmux httpconnect multiplexer listen on %s, passthrough: %v", address, cfg.TCPMuxPassthrough)
}
// Init all plugins