1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-15 15:53:41 +00:00

docs: fix typos found by codespell

This commit is contained in:
Dimitri Papadopoulos
2023-03-24 14:31:39 +01:00
committed by Nick Craig-Wood
parent 722a3f32cc
commit afe158f878
15 changed files with 29 additions and 29 deletions

View File

@@ -59,7 +59,7 @@ which can lead to "corrupted on transfer" errors. This is the case because
the client chooses indiscriminately which server to send commands to while
the servers all have different views of the state of the filing system.
The "restrict" in authorized_keys prevents SHA1SUMs and MD5SUMs from beeing
The "restrict" in authorized_keys prevents SHA1SUMs and MD5SUMs from being
used. Omitting "restrict" and using `--sftp-path-override` to enable
checksumming is possible but less secure and you could use the SFTP server
provided by OpenSSH in this case.