From 4ba1de0e2d7f245923f557cd6949dc44815ddcf5 Mon Sep 17 00:00:00 2001 From: Athena Metis Date: Sun, 16 Feb 2020 14:22:57 +0000 Subject: [PATCH] Minor spelling correction in output to client --- requests.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests.go b/requests.go index de2601c..ae389b2 100644 --- a/requests.go +++ b/requests.go @@ -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"