Skip to content

Commit

Permalink
Fix typo in comment (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkonik authored Feb 13, 2024
1 parent e8c56f6 commit c64d009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sshmuxer/aliashandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c64d009

Please sign in to comment.