fix: typo tot => to (#3434)

Co-authored-by: Haruka ABE <abe_haruka@grenge.co.jp>
This commit is contained in:
Haruka Abe 2023-05-08 22:28:44 +09:00 committed by GitHub
parent 0214b974dd
commit 2225a1781f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import (
"github.com/fatedier/frp/pkg/util/xlog" "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 { type Visitor interface {
Run() error Run() error
Close() Close()