Typo: Authenication => Authentication

This commit is contained in:
NI
2019-08-29 21:38:55 +08:00
parent 3749460d14
commit e414144331

View File

@@ -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")