docs: fix misspellings
Fix several misspellings in documentation and config comments detected by `misspell`.
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
default: true
|
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.
|
# Default is to accept any as long as it is consistent within the same document.
|
||||||
heading-style: # MD003
|
heading-style: # MD003
|
||||||
style: atx
|
style: atx
|
||||||
@@ -48,12 +48,12 @@ link-fragments: false # MD051
|
|||||||
# https://gohugo.io/content-management/syntax-highlighting/#languages
|
# 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
|
# 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
|
# 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"
|
# 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
|
# 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
|
# "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
|
# 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.
|
# avoids the confusion entirely.
|
||||||
fenced-code-language: # MD040
|
fenced-code-language: # MD040
|
||||||
allowed_languages:
|
allowed_languages:
|
||||||
|
|||||||
@@ -540,7 +540,7 @@ description: "Rclone Changelog"
|
|||||||
- [OVHcloud Object Storage](/s3/#ovhcloud) (Florent Vennetier)
|
- [OVHcloud Object Storage](/s3/#ovhcloud) (Florent Vennetier)
|
||||||
- [Zata](/s3/#Zata) ($@M@RTH_)
|
- [Zata](/s3/#Zata) ($@M@RTH_)
|
||||||
- New Features
|
- 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)
|
- bisync: Promoted from beta to stable (nielash)
|
||||||
- build
|
- build
|
||||||
- Update to go1.25 and make go1.24 the minimum required version (Nick Craig-Wood)
|
- 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 allows `--ca-cert`, `--client-cert` etc to be used.
|
||||||
- This also allows `override.ca_cert = XXX` to be used in the config file.
|
- This also allows `override.ca_cert = XXX` to be used in the config file.
|
||||||
- Googlephotos
|
- Googlephotos
|
||||||
- Added warning for Google Photos compatability-fixes (raider13209)
|
- Added warning for Google Photos compatibility-fixes (raider13209)
|
||||||
- Imagekit
|
- Imagekit
|
||||||
- Return correct error when attempting to upload zero length files (Nick Craig-Wood)
|
- Return correct error when attempting to upload zero length files (Nick Craig-Wood)
|
||||||
- Don't low level retry uploads (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)
|
- Add `--drive-env-auth` to get IAM credentials from runtime (Peter Brunner)
|
||||||
- Update drive service account guide (Juang, Yi-Lin)
|
- Update drive service account guide (Juang, Yi-Lin)
|
||||||
- Fix change notify picking up files outside the root (Nick Craig-Wood)
|
- 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)
|
- Fix incorrect remote after Update on object (Nick Craig-Wood)
|
||||||
- Dropbox
|
- Dropbox
|
||||||
- Implement `--dropbox-pacer-min-sleep` flag (Nick Craig-Wood)
|
- Implement `--dropbox-pacer-min-sleep` flag (Nick Craig-Wood)
|
||||||
|
|||||||
@@ -1212,7 +1212,7 @@ Windows and `/dev/null` on Unix systems, then rclone will keep the
|
|||||||
configuration file in memory only.
|
configuration file in memory only.
|
||||||
|
|
||||||
You may see a log message "Config file not found - using defaults" if there is
|
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
|
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
|
memory-only configuration file or by creating an empty configuration file, as
|
||||||
described above.
|
described above.
|
||||||
|
|||||||
Reference in New Issue
Block a user