From 88aabd1f71b42e7239c50a4a84a9a5b2d188a3b1 Mon Sep 17 00:00:00 2001 From: Romeo Kienzler Date: Wed, 28 Apr 2021 23:50:55 +0200 Subject: [PATCH] docs: corrected spelling from "Check the integrity of an encrypted remote." to "Check the integrity of a crypted remote." --- docs/content/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs.md b/docs/content/docs.md index ce4c0d52c..cfe237e88 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -120,7 +120,7 @@ The main rclone commands with most used first * [rclone mount](/commands/rclone_mount/) - Mount the remote as a mountpoint. * [rclone moveto](/commands/rclone_moveto/) - Move file or directory from source to dest. * [rclone obscure](/commands/rclone_obscure/) - Obscure password for use in the rclone.conf -* [rclone cryptcheck](/commands/rclone_cryptcheck/) - Check the integrity of a crypted remote. +* [rclone cryptcheck](/commands/rclone_cryptcheck/) - Check the integrity of an encrypted remote. * [rclone about](/commands/rclone_about/) - Get quota information from the remote. See the [commands index](/commands/) for the full list.