Skip to content

Commit

Permalink
Minor spelling correction in output to client
Browse files Browse the repository at this point in the history
  • Loading branch information
athena-metis committed Feb 16, 2020
1 parent 6e567f2 commit 4ba1de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests.go
Expand Up @@ -114,7 +114,7 @@ func handleRemoteForward(newRequest *ssh.Request, sshConn *SSHConnection, state
connType = "https"
}

requestMessages := fmt.Sprintf("Starting SSH Fowarding service for %s. Forwarded connections can be accessed via the following methods:\r\n", aurora.Sprintf(aurora.Green("%s:%s"), connType, stringPort))
requestMessages := fmt.Sprintf("Starting SSH Forwarding service for %s. Forwarded connections can be accessed via the following methods:\r\n", aurora.Sprintf(aurora.Green("%s:%s"), connType, stringPort))

if stringPort == "80" || stringPort == "443" {
scheme := "http"
Expand Down

0 comments on commit 4ba1de0

Please sign in to comment.