aboutsummaryrefslogtreecommitdiffstats
path: root/sshlib
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-10-08 09:57:15 -0700
committerKenny Root <kenny@the-b.org>2015-10-08 11:24:45 -0700
commit945e1915cc2c51ff5bbcfd9ca1c733a39b459402 (patch)
treea4e8edc2d8ac11d58ec6998f52ccf67e50684c44 /sshlib
parent9bc0c22d7d8b36435ee1da918a1f0cdac1d58ad5 (diff)
downloadsshlib-945e1915cc2c51ff5bbcfd9ca1c733a39b459402.tar.gz
sshlib-945e1915cc2c51ff5bbcfd9ca1c733a39b459402.tar.bz2
sshlib-945e1915cc2c51ff5bbcfd9ca1c733a39b459402.zip
Fix typo in javadoc about encryption
Diffstat (limited to 'sshlib')
-rw-r--r--sshlib/src/main/java/com/trilead/ssh2/Connection.java2
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