From 6659fb24b265d8400375839170475333bd8996b2 Mon Sep 17 00:00:00 2001 From: Rachus Date: Fri, 27 Mar 2020 14:29:25 +0100 Subject: [PATCH] Fix comment for SSH module (it's not FTP) Signed-off-by: Sebastian Rachuj --- lib/ssh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ssh.php b/lib/ssh.php index 617c4fe..2461b06 100644 --- a/lib/ssh.php +++ b/lib/ssh.php @@ -7,7 +7,7 @@ */ /** - * User authentication against a FTP/FTPS server + * User authentication against a SSH server * * @category Apps * @package UserExternal