From 55a12bd6390ad78a165a6564670283e3c8f3b11b Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sat, 25 Mar 2023 08:58:44 +0100 Subject: [PATCH] backend: fix repeated words typos --- backend/hdfs/hdfs.go | 6 +++--- backend/onedrive/onedrive.go | 2 +- backend/oracleobjectstorage/options.go | 2 +- backend/sftp/sftp.go | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/hdfs/hdfs.go b/backend/hdfs/hdfs.go index c07c0d7e2..fad1866e9 100644 --- a/backend/hdfs/hdfs.go +++ b/backend/hdfs/hdfs.go @@ -42,9 +42,9 @@ for namenode running as service 'hdfs' with FQDN 'namenode.hadoop.docker'.`, Help: `Kerberos data transfer protection: authentication|integrity|privacy. Specifies whether or not authentication, data signature integrity -checks, and wire encryption is required when communicating the the -datanodes. Possible values are 'authentication', 'integrity' and -'privacy'. Used only with KERBEROS enabled.`, +checks, and wire encryption are required when communicating with +the datanodes. Possible values are 'authentication', 'integrity' +and 'privacy'. Used only with KERBEROS enabled.`, Examples: []fs.OptionExample{{ Value: "privacy", Help: "Ensure authentication, integrity and encryption enabled.", diff --git a/backend/onedrive/onedrive.go b/backend/onedrive/onedrive.go index f0fe628f6..976c8878a 100644 --- a/backend/onedrive/onedrive.go +++ b/backend/onedrive/onedrive.go @@ -265,7 +265,7 @@ At the time of writing this only works with OneDrive personal paid accounts. Help: `Specify the hash in use for the backend. This specifies the hash type in use. If set to "auto" it will use the -default hash which is is QuickXorHash. +default hash which is QuickXorHash. Before rclone 1.62 an SHA1 hash was used by default for Onedrive Personal. For 1.62 and later the default is to use a QuickXorHash for diff --git a/backend/oracleobjectstorage/options.go b/backend/oracleobjectstorage/options.go index 9baf06e35..ee5e80761 100644 --- a/backend/oracleobjectstorage/options.go +++ b/backend/oracleobjectstorage/options.go @@ -289,7 +289,7 @@ Server-Side Encryption (https://docs.cloud.oracle.com/Content/Object/Tasks/using }}, }, { Name: "sse_kms_key_id", - Help: `if using using your own master key in vault, this header specifies the + Help: `if using your own master key in vault, this header specifies the OCID (https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a master encryption key used to call the Key Management service to generate a data encryption key or to encrypt or decrypt a data encryption key. Please note only one of sse_customer_key_file|sse_customer_key|sse_kms_key_id is needed.`, diff --git a/backend/sftp/sftp.go b/backend/sftp/sftp.go index 86763ce21..1d6097894 100644 --- a/backend/sftp/sftp.go +++ b/backend/sftp/sftp.go @@ -324,7 +324,7 @@ Pass multiple variables space separated, eg VAR1=value VAR2=value -and pass variables with spaces in in quotes, eg +and pass variables with spaces in quotes, eg "VAR3=value with space" "VAR4=value with space" VAR5=nospacehere