소스 검색

fix: typo tot => to (#3434)

Co-authored-by: Haruka ABE <abe_haruka@grenge.co.jp>
Haruka Abe 1 년 전
부모
커밋
2225a1781f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/visitor.go

+ 1 - 1
client/visitor.go

@@ -37,7 +37,7 @@ import (
 	"github.com/fatedier/frp/pkg/util/xlog"
 )
 
-// Visitor is used for forward traffics from local port tot remote service.
+// Visitor is used for forward traffics from local port to remote service.
 type Visitor interface {
 	Run() error
 	Close()