From 60bebe4b35e6ccea4dac34ede910e47419fdd40f Mon Sep 17 00:00:00 2001 From: Romeo Kienzler Date: Wed, 17 Feb 2021 17:11:57 +0100 Subject: [PATCH] docs: fix typo in crypt.md (#5037) --- docs/content/crypt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/crypt.md b/docs/content/crypt.md index 9c2f8e038..f96494ba5 100644 --- a/docs/content/crypt.md +++ b/docs/content/crypt.md @@ -82,7 +82,7 @@ as you would with any other remote, e.g. `rclone copy D:\docs secret:\docs`, and rclone will encrypt and decrypt as needed on the fly. If you access the wrapped remote `remote:path` directly you will bypass the encryption, and anything you read will be in encrypted form, and -anything you write will be undencrypted. To avoid issues it is best to +anything you write will be unencrypted. To avoid issues it is best to configure a dedicated path for encrypted content, and access it exclusively through a crypt remote.