From afe158f8780e03ddb38e6207a4a678e0f102fae6 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Fri, 24 Mar 2023 14:31:39 +0100 Subject: [PATCH] docs: fix typos found by codespell --- docs/content/authors.md | 2 +- docs/content/bisync.md | 4 ++-- docs/content/changelog.md | 10 +++++----- docs/content/commands/rclone.md | 2 +- docs/content/commands/rclone_check.md | 2 +- docs/content/commands/rclone_cryptcheck.md | 16 ++++++++-------- docs/content/commands/rclone_serve_sftp.md | 2 +- docs/content/commands/rclone_test.md | 2 +- docs/content/crypt.md | 6 +++--- docs/content/docs.md | 2 +- docs/content/filtering.md | 2 +- docs/content/hasher.md | 2 +- docs/content/jottacloud.md | 2 +- docs/content/mega.md | 2 +- docs/content/smb.md | 2 +- 15 files changed, 29 insertions(+), 29 deletions(-) diff --git a/docs/content/authors.md b/docs/content/authors.md index cda1d4f22..1904ddd40 100644 --- a/docs/content/authors.md +++ b/docs/content/authors.md @@ -13,7 +13,7 @@ Authors Contributors ------------ -{{< rem `email addresses removed from here need to be addeed to +{{< rem `email addresses removed from here need to be added to bin/.ignore-emails to make sure update-authors.py doesn't immediately put them back in again.` >}} diff --git a/docs/content/bisync.md b/docs/content/bisync.md index df88cf87e..f8d0c440f 100644 --- a/docs/content/bisync.md +++ b/docs/content/bisync.md @@ -596,7 +596,7 @@ quashed by adding `--quiet` to the bisync command line. # NOTICE: If you make changes to this file you MUST do a --resync run. # Run with --dry-run to see what changes will be made. -# Dropbox wont sync some files so filter them away here. +# Dropbox won't sync some files so filter them away here. # See https://help.dropbox.com/installs-integrations/sync-uploads/files-not-syncing - .dropbox.attr - ~*.tmp @@ -1008,7 +1008,7 @@ Your normal workflow might be as follows: Delete a single file. - `delete-glob ` Delete a group of files located one level deep in the given directory - with names maching a given glob pattern. + with names matching a given glob pattern. - `touch-glob YYYY-MM-DD ` Change modification time on a group of files. - `touch-copy YYYY-MM-DD ` diff --git a/docs/content/changelog.md b/docs/content/changelog.md index da0b10208..5bdd596c3 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -2020,8 +2020,8 @@ all the docs and Edward Barker for helping re-write the front page. * Use proper import path go.etcd.io/bbolt (Robert-André Mauchin) * Crypt * Calculate hashes for uploads from local disk (Nick Craig-Wood) - * This allows crypted Jottacloud uploads without using local disk - * This means crypted s3/b2 uploads will now have hashes + * This allows encrypted Jottacloud uploads without using local disk + * This means encrypted s3/b2 uploads will now have hashes * Added `rclone backend decode`/`encode` commands to replicate functionality of `cryptdecode` (Anagh Kumar Baranwal) * Get rid of the unused Cipher interface as it obfuscated the code (Nick Craig-Wood) * Azure Blob @@ -3231,7 +3231,7 @@ Point release to fix hubic and azureblob backends. * Fix panic when running without plex configs (Remus Bunduc) * Fix root folder caching (Remus Bunduc) * Crypt - * Check the crypted hash of files when uploading for extra data security + * Check the encrypted hash of files when uploading for extra data security * Dropbox * Make Dropbox for business folders accessible using an initial `/` in the path * Google Cloud Storage @@ -3586,7 +3586,7 @@ Point release to fix hubic and azureblob backends. * New commands * `rcat` - read from standard input and stream upload * `tree` - shows a nicely formatted recursive listing - * `cryptdecode` - decode crypted file names (thanks ishuah) + * `cryptdecode` - decode encrypted file names (thanks ishuah) * `config show` - print the config file * `config file` - print the config file location * New Features @@ -3890,7 +3890,7 @@ Point release to fix hubic and azureblob backends. * Fix `rclone move` command * Delete src files which already existed in dst * Fix deletion of src file when dst file older - * Fix `rclone check` on crypted file systems + * Fix `rclone check` on encrypted file systems * Make failed uploads not count as "Transferred" * Make sure high level retries show with `-q` * Use a vendor directory with godep for repeatable builds diff --git a/docs/content/commands/rclone.md b/docs/content/commands/rclone.md index f256d6f4f..e3a8ad857 100644 --- a/docs/content/commands/rclone.md +++ b/docs/content/commands/rclone.md @@ -47,7 +47,7 @@ See the [global flags page](/flags/) for global options not listed here. * [rclone copy](/commands/rclone_copy/) - Copy files from source to dest, skipping identical files. * [rclone copyto](/commands/rclone_copyto/) - Copy files from source to dest, skipping identical files. * [rclone copyurl](/commands/rclone_copyurl/) - Copy url content to dest. -* [rclone cryptcheck](/commands/rclone_cryptcheck/) - Cryptcheck checks the integrity of a crypted remote. +* [rclone cryptcheck](/commands/rclone_cryptcheck/) - Cryptcheck checks the integrity of an encrypted remote. * [rclone cryptdecode](/commands/rclone_cryptdecode/) - Cryptdecode returns unencrypted file names. * [rclone dedupe](/commands/rclone_dedupe/) - Interactively find duplicate filenames and delete/rename them. * [rclone delete](/commands/rclone_delete/) - Remove the files in path. diff --git a/docs/content/commands/rclone_check.md b/docs/content/commands/rclone_check.md index 0286fd59d..29d89f22c 100644 --- a/docs/content/commands/rclone_check.md +++ b/docs/content/commands/rclone_check.md @@ -18,7 +18,7 @@ match. It doesn't alter the source or destination. For the [crypt](/crypt/) remote there is a dedicated command, [cryptcheck](/commands/rclone_cryptcheck/), that are able to check -the checksums of the crypted files. +the checksums of the encrypted files. If you supply the `--size-only` flag, it will only compare the sizes not the hashes as well. Use this for a quick check. diff --git a/docs/content/commands/rclone_cryptcheck.md b/docs/content/commands/rclone_cryptcheck.md index da476b7d2..31181f101 100644 --- a/docs/content/commands/rclone_cryptcheck.md +++ b/docs/content/commands/rclone_cryptcheck.md @@ -1,6 +1,6 @@ --- title: "rclone cryptcheck" -description: "Cryptcheck checks the integrity of a crypted remote." +description: "Cryptcheck checks the integrity of an encrypted remote." slug: rclone_cryptcheck url: /commands/rclone_cryptcheck/ versionIntroduced: v1.36 @@ -8,21 +8,21 @@ versionIntroduced: v1.36 --- # rclone cryptcheck -Cryptcheck checks the integrity of a crypted remote. +Cryptcheck checks the integrity of an encrypted remote. ## Synopsis -rclone cryptcheck checks a remote against a [crypted](/crypt/) remote. +rclone cryptcheck checks a remote against an [encrypted](/crypt/) remote. This is the equivalent of running rclone [check](/commands/rclone_check/), -but able to check the checksums of the crypted remote. +but able to check the checksums of the encrypted remote. -For it to work the underlying remote of the cryptedremote must support +For it to work the underlying remote of the encryptedremote must support some kind of checksum. -It works by reading the nonce from each file on the cryptedremote: and +It works by reading the nonce from each file on the encryptedremote: and using that to encrypt each file on the remote:. It then checks the -checksum of the underlying file on the cryptedremote: against the +checksum of the underlying file on the ercryptedremote: against the checksum of the file it has just encrypted. Use it like this @@ -61,7 +61,7 @@ The default number of parallel checks is N=8. See the [--checkers=N](/docs/#chec for more information. ``` -rclone cryptcheck remote:path cryptedremote:path [flags] +rclone cryptcheck remote:path encryptedremote:path [flags] ``` ## Options diff --git a/docs/content/commands/rclone_serve_sftp.md b/docs/content/commands/rclone_serve_sftp.md index 1e878c058..680a42014 100644 --- a/docs/content/commands/rclone_serve_sftp.md +++ b/docs/content/commands/rclone_serve_sftp.md @@ -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. diff --git a/docs/content/commands/rclone_test.md b/docs/content/commands/rclone_test.md index 4eed2b262..e9181d625 100644 --- a/docs/content/commands/rclone_test.md +++ b/docs/content/commands/rclone_test.md @@ -14,7 +14,7 @@ Run a test command Rclone test is used to run test commands. -Select which test comand you want with the subcommand, eg +Select which test command you want with the subcommand, eg rclone test memory remote: diff --git a/docs/content/crypt.md b/docs/content/crypt.md index 6bc73dfe9..4a5eca211 100644 --- a/docs/content/crypt.md +++ b/docs/content/crypt.md @@ -414,7 +414,7 @@ Hashes are not stored for crypt. However the data integrity is protected by an extremely strong crypto authenticator. Use the `rclone cryptcheck` command to check the -integrity of a crypted remote instead of `rclone check` which can't +integrity of an encrypted remote instead of `rclone check` which can't check the checksums properly. {{< rem autogenerated options start" - DO NOT EDIT - instead edit fs.RegInfo in backend/crypt/crypt.go then run make backenddocs" >}} @@ -640,9 +640,9 @@ Usage Example: {{< rem autogenerated options stop >}} -## Backing up a crypted remote +## Backing up an encrypted remote -If you wish to backup a crypted remote, it is recommended that you use +If you wish to backup an encrypted remote, it is recommended that you use `rclone sync` on the encrypted files, and make sure the passwords are the same in the new encrypted remote. diff --git a/docs/content/docs.md b/docs/content/docs.md index 1710d678b..9084a7b26 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -840,7 +840,7 @@ they are incorrect as it would normally. ### --color WHEN ### -Specifiy when colors (and other ANSI codes) should be added to the output. +Specify when colors (and other ANSI codes) should be added to the output. `AUTO` (default) only allows ANSI codes when the output is a terminal diff --git a/docs/content/filtering.md b/docs/content/filtering.md index d61bb1992..12332dfeb 100644 --- a/docs/content/filtering.md +++ b/docs/content/filtering.md @@ -166,7 +166,7 @@ Which will match a directory called `start` with a file called `end.jpg` in it as the `.*` will match `/` characters. Note that you can use `-vv --dump filters` to show the filter patterns -in regexp format - rclone implements the glob patters by transforming +in regexp format - rclone implements the glob patterns by transforming them into regular expressions. ## Filter pattern examples {#examples} diff --git a/docs/content/hasher.md b/docs/content/hasher.md index 324f2b85f..f2606fc01 100644 --- a/docs/content/hasher.md +++ b/docs/content/hasher.md @@ -341,6 +341,6 @@ directory, usually `~/.cache/rclone/kv/`. Databases are maintained one per _base_ backend, named like `BaseRemote~hasher.bolt`. Checksums for multiple `alias`-es into a single base backend will be stored in the single database. All local paths are treated as -aliases into the `local` backend (unless crypted or chunked) and stored +aliases into the `local` backend (unless encrypted or chunked) and stored in `~/.cache/rclone/kv/local~hasher.bolt`. Databases can be shared between multiple rclone processes. diff --git a/docs/content/jottacloud.md b/docs/content/jottacloud.md index 24bcda7e9..787396919 100644 --- a/docs/content/jottacloud.md +++ b/docs/content/jottacloud.md @@ -244,7 +244,7 @@ Small files will be cached in memory - see the [--jottacloud-md5-memory-limit](#jottacloud-md5-memory-limit) flag. When uploading from local disk the source checksum is always available, so this does not apply. Starting with rclone version 1.52 the same is -true for crypted remotes (in older versions the crypt backend would not +true for encrypted remotes (in older versions the crypt backend would not calculate hashes for uploads from local disk, so the Jottacloud backend had to do it as described above). diff --git a/docs/content/mega.md b/docs/content/mega.md index 8326f1fcb..9c31e80e0 100644 --- a/docs/content/mega.md +++ b/docs/content/mega.md @@ -259,7 +259,7 @@ Use HTTPS for transfers. MEGA uses plain text HTTP connections by default. Some ISPs throttle HTTP connections, this causes transfers to become very slow. Enabling this will force MEGA to use HTTPS for all transfers. -HTTPS is normally not necesary since all data is already encrypted anyway. +HTTPS is normally not necessary since all data is already encrypted anyway. Enabling it will increase CPU usage and add network overhead. Properties: diff --git a/docs/content/smb.md b/docs/content/smb.md index b55cdba5a..3ee6efe10 100644 --- a/docs/content/smb.md +++ b/docs/content/smb.md @@ -16,7 +16,7 @@ command.) You may put subdirectories in too, e.g. `remote:item/path/to/dir`. ## Notes The first path segment must be the name of the share, which you entered when you started to share on Windows. On smbd, it's the section title in `smb.conf` (usually in `/etc/samba/`) file. -You can find shares by quering the root if you're unsure (e.g. `rclone lsd remote:`). +You can find shares by querying the root if you're unsure (e.g. `rclone lsd remote:`). You can't access to the shared printers from rclone, obviously.