We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c56f6 commit 89f39eeCopy full SHA for 89f39ee
sshmuxer/aliashandler.go
@@ -15,7 +15,7 @@ import (
15
)
16
17
// handleAliasListener handles the creation of the aliasHandler
18
-// (or addition for load balancing) and set's up the underlying listeners.
+// (or addition for load balancing) and sets up the underlying listeners.
19
func handleAliasListener(check *channelForwardMsg, stringPort string, requestMessages string, listenerHolder *utils.ListenerHolder, state *utils.State, sshConn *utils.SSHConnection) (*utils.AliasHolder, *url.URL, string, string, error) {
20
validAlias, aH := utils.GetOpenAlias(check.Addr, stringPort, state, sshConn)
21
0 commit comments