From 945e1915cc2c51ff5bbcfd9ca1c733a39b459402 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 8 Oct 2015 09:57:15 -0700 Subject: Fix typo in javadoc about encryption --- sshlib/src/main/java/com/trilead/ssh2/Connection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sshlib') 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 *

* 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. *

* If the authentication phase is complete, true will be -- cgit v1.2.3