diff options
Diffstat (limited to 'src/com/trilead/ssh2/transport/KexManager.java')
-rw-r--r-- | src/com/trilead/ssh2/transport/KexManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/trilead/ssh2/transport/KexManager.java b/src/com/trilead/ssh2/transport/KexManager.java index 04043e4..6e0d904 100644 --- a/src/com/trilead/ssh2/transport/KexManager.java +++ b/src/com/trilead/ssh2/transport/KexManager.java @@ -483,7 +483,7 @@ public class KexManager return;
}
- throw new IllegalStateException("Unkown KEX method!");
+ throw new IllegalStateException("Unknown KEX method!");
}
if (msg[0] == Packets.SSH_MSG_NEWKEYS)
|