fix: typo tot => to

This commit is contained in:
Haruka ABE 2023-05-07 23:07:32 +09:00
parent 0214b974dd
commit 4e4e0bd211

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