Steven Christou created SSHD-278:
------------------------------------
Summary: Spelling mistake in ServerSesssion
Key: SSHD-278
URL: https://issues.apache.org/jira/browse/SSHD-278
Project: MINA SSHD
Issue Type: Bug
Affects Versions: 0.9.0
Reporter: Steven Christou
Priority: Trivial
Attachments: patch.diff
Here is a diff of the spelling mistake: (may -> many)
Index: sshd-core/src/main/java/org/apache/sshd/server/session/ServerSession.java
===================================================================
--- sshd-core/src/main/java/org/apache/sshd/server/session/ServerSession.java
(revision 1561904)
+++ sshd-core/src/main/java/org/apache/sshd/server/session/ServerSession.java
(working copy)
@@ -364,7 +364,7 @@
setState(State.UserAuth);
} else {
if (nbAuthRequests++ > maxAuthRequests) {
- throw new
SshException(SshConstants.SSH2_DISCONNECT_PROTOCOL_ERROR, "Too may
authentication failures");
+ throw new
SshException(SshConstants.SSH2_DISCONNECT_PROTOCOL_ERROR, "Too many
authentication failures");
}
Boolean authed = null;
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)