mirror of
https://github.com/rclone/rclone.git
synced 2025-06-20 19:57:51 +02:00
docs: fix typos via codespell
There are some types in the changelog. Fix them via codespell.
This commit is contained in:
parent
0b9671313b
commit
6adb4056bb
@ -60,7 +60,7 @@ description: "Rclone Changelog"
|
|||||||
* fs: Make `--links` flag global and add new `--local-links` and `--vfs-links` flags (Nick Craig-Wood)
|
* fs: Make `--links` flag global and add new `--local-links` and `--vfs-links` flags (Nick Craig-Wood)
|
||||||
* http servers: Disable automatic authentication skipping for unix sockets in http servers (Moises Lima)
|
* http servers: Disable automatic authentication skipping for unix sockets in http servers (Moises Lima)
|
||||||
* This was making it impossible to use unix sockets with an proxy
|
* This was making it impossible to use unix sockets with an proxy
|
||||||
* This might now cause rclone to need authenticaton where it didn't before
|
* This might now cause rclone to need authentication where it didn't before
|
||||||
* oauthutil: add support for OAuth client credential flow (Martin Hassack, Nick Craig-Wood)
|
* oauthutil: add support for OAuth client credential flow (Martin Hassack, Nick Craig-Wood)
|
||||||
* operations: make log messages consistent for mkdir/rmdir at INFO level (Nick Craig-Wood)
|
* operations: make log messages consistent for mkdir/rmdir at INFO level (Nick Craig-Wood)
|
||||||
* rc: Add `relative` to [vfs/queue-set-expiry](/rc/#vfs-queue-set-expiry) (Nick Craig-Wood)
|
* rc: Add `relative` to [vfs/queue-set-expiry](/rc/#vfs-queue-set-expiry) (Nick Craig-Wood)
|
||||||
@ -738,7 +738,7 @@ instead of of `--size-only`, when `check` is not available.
|
|||||||
* Update all dependencies (Nick Craig-Wood)
|
* Update all dependencies (Nick Craig-Wood)
|
||||||
* Refactor version info and icon resource handling on windows (albertony)
|
* Refactor version info and icon resource handling on windows (albertony)
|
||||||
* doc updates (albertony, alfish2000, asdffdsazqqq, Dimitri Papadopoulos, Herby Gillot, Joda Stößer, Manoj Ghosh, Nick Craig-Wood)
|
* doc updates (albertony, alfish2000, asdffdsazqqq, Dimitri Papadopoulos, Herby Gillot, Joda Stößer, Manoj Ghosh, Nick Craig-Wood)
|
||||||
* Implement `--metadata-mapper` to transform metatadata with a user supplied program (Nick Craig-Wood)
|
* Implement `--metadata-mapper` to transform metadata with a user supplied program (Nick Craig-Wood)
|
||||||
* Add `ChunkWriterDoesntSeek` feature flag and set it for b2 (Nick Craig-Wood)
|
* Add `ChunkWriterDoesntSeek` feature flag and set it for b2 (Nick Craig-Wood)
|
||||||
* lib/http: Export basic go string functions for use in `--template` (Gabriel Espinoza)
|
* lib/http: Export basic go string functions for use in `--template` (Gabriel Espinoza)
|
||||||
* makefile: Use POSIX compatible install arguments (Mina Galić)
|
* makefile: Use POSIX compatible install arguments (Mina Galić)
|
||||||
@ -853,7 +853,7 @@ instead of of `--size-only`, when `check` is not available.
|
|||||||
* Fix "fatal error: concurrent map writes" (Nick Craig-Wood)
|
* Fix "fatal error: concurrent map writes" (Nick Craig-Wood)
|
||||||
* B2
|
* B2
|
||||||
* Fix multipart upload: corrupted on transfer: sizes differ XXX vs 0 (Nick Craig-Wood)
|
* Fix multipart upload: corrupted on transfer: sizes differ XXX vs 0 (Nick Craig-Wood)
|
||||||
* Fix locking window when getting mutipart upload URL (Nick Craig-Wood)
|
* Fix locking window when getting multipart upload URL (Nick Craig-Wood)
|
||||||
* Fix server side copies greater than 4GB (Nick Craig-Wood)
|
* Fix server side copies greater than 4GB (Nick Craig-Wood)
|
||||||
* Fix chunked streaming uploads (Nick Craig-Wood)
|
* Fix chunked streaming uploads (Nick Craig-Wood)
|
||||||
* Reduce default `--b2-upload-concurrency` to 4 to reduce memory usage (Nick Craig-Wood)
|
* Reduce default `--b2-upload-concurrency` to 4 to reduce memory usage (Nick Craig-Wood)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user