From ed4f1b2936392e23ed4796bbb33210d28e467c29 Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Sun, 8 Jul 2018 12:01:35 +0200 Subject: [PATCH] sftp: fix typo in help text --- backend/sftp/sftp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/sftp/sftp.go b/backend/sftp/sftp.go index 176e24dd9..23b915c9f 100644 --- a/backend/sftp/sftp.go +++ b/backend/sftp/sftp.go @@ -76,7 +76,7 @@ func init() { Optional: true, }, { Name: "use_insecure_cipher", - Help: "Enable the user of the aes128-cbc cipher. This cipher is insecure and may allow plaintext data to be recovered by an attacker.", + Help: "Enable the use of the aes128-cbc cipher. This cipher is insecure and may allow plaintext data to be recovered by an attacker.", Optional: true, Examples: []fs.OptionExample{ {