Skip to content

Commit

Permalink
Merge pull request #74 from athena-metis/Spelling-correction
Browse files Browse the repository at this point in the history
Minor spelling correction in output to client
  • Loading branch information
antoniomika authored Feb 23, 2020
2 parents 6e567f2 + 4ba1de0 commit 6d0ced7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests.go
Original file line number Diff line number Diff line change
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 6d0ced7

Please sign in to comment.