From 793f2d2f06336496ad0efafaf6cad9cbe0bbf6e6 Mon Sep 17 00:00:00 2001 From: Leon Brocard Date: Fri, 15 May 2026 19:12:47 +0100 Subject: [PATCH] docs: fix misspellings Fix several misspellings in documentation and config comments detected by `misspell`. --- .markdownlint.yml | 6 +++--- docs/content/changelog.md | 6 +++--- docs/content/docs.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.markdownlint.yml b/.markdownlint.yml index a40687f21..5320dbd00 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -1,6 +1,6 @@ default: true -# Use specific styles, to be consistent accross all documents. +# Use specific styles, to be consistent across all documents. # Default is to accept any as long as it is consistent within the same document. heading-style: # MD003 style: atx @@ -48,12 +48,12 @@ link-fragments: false # MD051 # https://gohugo.io/content-management/syntax-highlighting/#languages # https://docs.github.com//get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting # In addition, we only want to allow identifiers (aliases) that correspond to -# the same language in Hugo and GitHub, and preferrably also VSCode and other +# the same language in Hugo and GitHub, and preferably also VSCode and other # commonly used tools, to avoid confusion. An example of this is that "shell" # by some are considered an identifier for shell scripts, i.e. an alias for # "sh", while others consider it an identifier for shell sessions, i.e. an # alias for "console". Although Hugo and GitHub in this case are consistent and -# have choosen the former, using "sh" instead, and not allowing use of "shell", +# have chosen the former, using "sh" instead, and not allowing use of "shell", # avoids the confusion entirely. fenced-code-language: # MD040 allowed_languages: diff --git a/docs/content/changelog.md b/docs/content/changelog.md index 38f59206f..00120c9dc 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -540,7 +540,7 @@ description: "Rclone Changelog" - [OVHcloud Object Storage](/s3/#ovhcloud) (Florent Vennetier) - [Zata](/s3/#Zata) ($@M@RTH_) - New Features - - Allow [global config to be overriden or set on backend creation](/docs/#globalconfig) (Nick Craig-Wood) + - Allow [global config to be overridden or set on backend creation](/docs/#globalconfig) (Nick Craig-Wood) - bisync: Promoted from beta to stable (nielash) - build - Update to go1.25 and make go1.24 the minimum required version (Nick Craig-Wood) @@ -607,7 +607,7 @@ description: "Rclone Changelog" - This allows `--ca-cert`, `--client-cert` etc to be used. - This also allows `override.ca_cert = XXX` to be used in the config file. - Googlephotos - - Added warning for Google Photos compatability-fixes (raider13209) + - Added warning for Google Photos compatibility-fixes (raider13209) - Imagekit - Return correct error when attempting to upload zero length files (Nick Craig-Wood) - Don't low level retry uploads (Nick Craig-Wood) @@ -1964,7 +1964,7 @@ instead of of `--size-only`, when `check` is not available. - Add `--drive-env-auth` to get IAM credentials from runtime (Peter Brunner) - Update drive service account guide (Juang, Yi-Lin) - Fix change notify picking up files outside the root (Nick Craig-Wood) - - Fix trailing slash mis-identificaton of folder as file (Nick Craig-Wood) + - Fix trailing slash mis-identification of folder as file (Nick Craig-Wood) - Fix incorrect remote after Update on object (Nick Craig-Wood) - Dropbox - Implement `--dropbox-pacer-min-sleep` flag (Nick Craig-Wood) diff --git a/docs/content/docs.md b/docs/content/docs.md index 946939aee..e5112efc2 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -1212,7 +1212,7 @@ Windows and `/dev/null` on Unix systems, then rclone will keep the configuration file in memory only. You may see a log message "Config file not found - using defaults" if there is -no configuration file. This can be supressed, e.g. if you are using rclone +no configuration file. This can be suppressed, e.g. if you are using rclone entirely with [on the fly remotes](/docs/#backend-path-to-dir), by using memory-only configuration file or by creating an empty configuration file, as described above.