Skip to content

Commit 89f39ee

Browse files
authored
Fix typo in comment
1 parent e8c56f6 commit 89f39ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sshmuxer/aliashandler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
// handleAliasListener handles the creation of the aliasHandler
18-
// (or addition for load balancing) and set's up the underlying listeners.
18+
// (or addition for load balancing) and sets up the underlying listeners.
1919
func handleAliasListener(check *channelForwardMsg, stringPort string, requestMessages string, listenerHolder *utils.ListenerHolder, state *utils.State, sshConn *utils.SSHConnection) (*utils.AliasHolder, *url.URL, string, string, error) {
2020
validAlias, aH := utils.GetOpenAlias(check.Addr, stringPort, state, sshConn)
2121

0 commit comments

Comments
 (0)