From 2225a1781fc2774517b5d164c98675f09ba156e3 Mon Sep 17 00:00:00 2001 From: Haruka Abe <35164877+hrkskov@users.noreply.github.com> Date: Mon, 8 May 2023 22:28:44 +0900 Subject: [PATCH] fix: typo tot => to (#3434) Co-authored-by: Haruka ABE --- client/visitor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/visitor.go b/client/visitor.go index 6f24b84..9d51ee3 100644 --- a/client/visitor.go +++ b/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()