浏览代码

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()