diff options
author | Kenny Root <kenny@the-b.org> | 2015-10-08 09:57:15 -0700 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2015-10-08 11:24:45 -0700 |
commit | 945e1915cc2c51ff5bbcfd9ca1c733a39b459402 (patch) | |
tree | a4e8edc2d8ac11d58ec6998f52ccf67e50684c44 | |
parent | 9bc0c22d7d8b36435ee1da918a1f0cdac1d58ad5 (diff) | |
download | sshlib-945e1915cc2c51ff5bbcfd9ca1c733a39b459402.tar.gz sshlib-945e1915cc2c51ff5bbcfd9ca1c733a39b459402.tar.bz2 sshlib-945e1915cc2c51ff5bbcfd9ca1c733a39b459402.zip |
Fix typo in javadoc about encryption
-rw-r--r-- | sshlib/src/main/java/com/trilead/ssh2/Connection.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sshlib/src/main/java/com/trilead/ssh2/Connection.java b/sshlib/src/main/java/com/trilead/ssh2/Connection.java index 2e31a8a..6badb09 100644 --- a/sshlib/src/main/java/com/trilead/ssh2/Connection.java +++ b/sshlib/src/main/java/com/trilead/ssh2/Connection.java @@ -391,7 +391,7 @@ public class Connection * <p> * The private key contained in the PEM file may also be encrypted * ("Proc-Type: 4,ENCRYPTED"). The library supports DES-CBC and DES-EDE3-CBC - * encryption, as well as the more exotic PEM encrpytions AES-128-CBC, + * encryption, as well as the more exotic PEM encryption AES-128-CBC, * AES-192-CBC and AES-256-CBC. * <p> * If the authentication phase is complete, <code>true</code> will be |