Fix typo in comment (#294)

This commit is contained in:
Dominik Konik
2024-02-12 23:08:27 -05:00
committed by GitHub
parent e8c56f637f
commit c64d009b3b
+1 -1
View File
@@ -15,7 +15,7 @@ import (
)
// handleAliasListener handles the creation of the aliasHandler
// (or addition for load balancing) and set's up the underlying listeners.
// (or addition for load balancing) and sets up the underlying listeners.
func handleAliasListener(check *channelForwardMsg, stringPort string, requestMessages string, listenerHolder *utils.ListenerHolder, state *utils.State, sshConn *utils.SSHConnection) (*utils.AliasHolder, *url.URL, string, string, error) {
validAlias, aH := utils.GetOpenAlias(check.Addr, stringPort, state, sshConn)