From e4141443318df068bd6991e946eee076d4a1aea1 Mon Sep 17 00:00:00 2001 From: NI Date: Thu, 29 Aug 2019 21:38:55 +0800 Subject: [PATCH] Typo: Authenication => Authentication --- application/commands/ssh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/commands/ssh.go b/application/commands/ssh.go index 756f0e4..2164556 100644 --- a/application/commands/ssh.go +++ b/application/commands/ssh.go @@ -72,7 +72,7 @@ type sshAuthMethodBuilder func(b []byte) []ssh.AuthMethod // Errors var ( ErrSSHAuthCancelled = errors.New( - "Authenication has been cancelled") + "Authentication has been cancelled") ErrSSHInvalidAuthMethod = errors.New( "Invalid auth method")