Skip to content

Commit c0999b8

Browse files
committed
ssh: fix typo
Signed-off-by: cuishuang <[email protected]>
1 parent 8634188 commit c0999b8

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)