Skip to content

Commit 56ec015

Browse files
committed
english spelling
Signed-off-by: Andrew Thornton <[email protected]>
1 parent 156d2cb commit 56ec015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ssh/ssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ func publicKeyHandler(ctx ssh.Context, key ssh.PublicKey) bool {
215215
return false
216216
}
217217

218-
if log.IsDebug() { // <- FingerprintSHA256 is kinda expensive so only calculate it if neccesary
218+
if log.IsDebug() { // <- FingerprintSHA256 is kinda expensive so only calculate it if necessary
219219
log.Debug("Handle Public Key: %s Fingerprint: %s is not a certificate", ctx.RemoteAddr(), gossh.FingerprintSHA256(key))
220220
}
221221

0 commit comments

Comments
 (0)