Fix various typos (#3783)

This commit is contained in:
Aarni Koskela 2023-11-22 08:30:22 +02:00 committed by GitHub
parent 526e809bd5
commit f5d5a00eef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 32 additions and 32 deletions

View file

@ -25,7 +25,7 @@ import (
"github.com/fatedier/frp/pkg/util/xlog"
)
// Helper wrapps some functions for visitor to use.
// Helper wraps some functions for visitor to use.
type Helper interface {
// ConnectServer directly connects to the frp server.
ConnectServer() (net.Conn, error)