remove repetitive word

Signed-off-by: cuinix <915115094@qq.com>
This commit is contained in:
cuinix 2024-03-06 23:30:00 +08:00
parent 3ca179bcde
commit 6091e7ad5b

View file

@ -141,7 +141,7 @@ func getTunnelManager(tunnelProperties api.TunnelProperties, httpClient *http.Cl
}
// getTunnelClient creates a tunnel client for the given tunnel.
// The tunnel client is used to connect to the the tunnel and allows
// The tunnel client is used to connect to the tunnel and allows
// for ports to be forwarded locally.
func getTunnelClient(ctx context.Context, tunnelManager *tunnels.Manager, tunnel *tunnels.Tunnel, options *tunnels.TunnelRequestOptions) (tunnelClient *TunnelClient, err error) {
// Get the tunnel that we want to connect to