mirror of
https://github.com/antoniomika/sish.git
synced 2026-04-22 16:17:10 +08:00
Fix typo in comment (#294)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user