Merge pull request #8795 from cuinix/trunk

remove repetitive word
This commit is contained in:
William Martin 2024-03-06 16:57:09 +01:00 committed by GitHub
commit f4dff56057
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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