Skip to content

Commit efcb850

Browse files
cuishuangianlancetaylor
authored andcommitted
ssh: fix typo
Change-Id: I5832916eb921d2d18e3082cd04520e22e2b04127 GitHub-Last-Rev: c0999b8 GitHub-Pull-Request: #207 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/390414 Reviewed-by: Roland Shoemaker <[email protected]> Trust: Carlos Amedee <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 8634188 commit efcb850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssh/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ userAuthLoop:
634634

635635
authFailures++
636636
if config.MaxAuthTries > 0 && authFailures >= config.MaxAuthTries {
637-
// If we have hit the max attemps, don't bother sending the
637+
// If we have hit the max attempts, don't bother sending the
638638
// final SSH_MSG_USERAUTH_FAILURE message, since there are
639639
// no more authentication methods which can be attempted,
640640
// and this message may cause the client to re-attempt

0 commit comments

Comments
 (0)