From 6adb4056bbb3b59724cd6e8c0ee57e5e29a583d6 Mon Sep 17 00:00:00 2001 From: Andrew Kreimer Date: Tue, 15 Apr 2025 16:42:40 +0300 Subject: [PATCH] docs: fix typos via codespell There are some types in the changelog. Fix them via codespell. --- docs/content/changelog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/changelog.md b/docs/content/changelog.md index 0bdf7c317..38b2f9333 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -60,7 +60,7 @@ description: "Rclone Changelog" * 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) * 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) * 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) @@ -738,7 +738,7 @@ instead of of `--size-only`, when `check` is not available. * Update all dependencies (Nick Craig-Wood) * 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) - * 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) * lib/http: Export basic go string functions for use in `--template` (Gabriel Espinoza) * 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) * B2 * 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 chunked streaming uploads (Nick Craig-Wood) * Reduce default `--b2-upload-concurrency` to 4 to reduce memory usage (Nick Craig-Wood)