Skip to content

Commit

Permalink
[DATALAD RUNCMD] Do interactive fixing of some ambigous typos
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 2",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Dec 11, 2023
1 parent ff124ca commit c9d1f63
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cyberduck/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Cyberduck is an open-source server and cloud storage browser for Mac and Windows

### Is Cyberduck Free?

Cyberduck is free software. Free software is a matter of the users' freedom to run, copy, distribute, study, change, and improve the software. If you find this programm useful, please consider making a [donation](http://cyberduck.ch/donate). A donation would not only demonstrate your appreciation of this software but also help to advance development in the future. You receive a registration key and it will help to make Cyberduck even better!
Cyberduck is free software. Free software is a matter of the users' freedom to run, copy, distribute, study, change, and improve the software. If you find this program useful, please consider making a [donation](http://cyberduck.ch/donate). A donation would not only demonstrate your appreciation of this software but also help to advance development in the future. You receive a registration key and it will help to make Cyberduck even better!

```{image} _images/Donation_Prompt.png
:alt: Donation Prompt
Expand Down
2 changes: 1 addition & 1 deletion cyberduck/upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ An option to upload with a temporary name and rename the file after the transfer

defaults write ch.sudo.cyberduck queue.upload.file.temporary.format "'{0}-{1}'"

where `{0}` is the original filename and `{1}` is a random UUID. The default setting uses a temprary filename of `filename-uuid`.
where `{0}` is the original filename and `{1}` is a random UUID. The default setting uses a temporary filename of `filename-uuid`.
2 changes: 1 addition & 1 deletion mountainduck/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ No admin privileges for installation is required.
Mountain Duck is installed through the Mac App Store in `/Applications`. You can always reinstall Mountain Duck on any Mac you own from the Mac App Store in *→ App Store... → Purchased*.
**Login Item**<br/>
You can choose to open Mountain Duck when you log into your computer. Tha application will appear in *Login Items* of the *User & Groups* system preferences panel.
You can choose to open Mountain Duck when you log into your computer. The application will appear in *Login Items* of the *User & Groups* system preferences panel.
![Login Item](_images/Login_Item.png)
Expand Down
2 changes: 1 addition & 1 deletion mountainduck/issues/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Choose *File Explorer → Folder Options*.
`````

## Temporary Files
When opening files with status _Online only_ or when connected with _Online_ connect mode, it may be required to temporarily cache contents depending on the read pattern of the application opening the file. Data ist stored in the temporary file location of the operating system and allows for faster access when repeatedly reading the file. Temporary files are deleted as soon as the application closes the file after reading, unless the option _Enable buffering_ checked in _Preferences → Sync_.
When opening files with status _Online only_ or when connected with _Online_ connect mode, it may be required to temporarily cache contents depending on the read pattern of the application opening the file. Data is stored in the temporary file location of the operating system and allows for faster access when repeatedly reading the file. Temporary files are deleted as soon as the application closes the file after reading, unless the option _Enable buffering_ checked in _Preferences → Sync_.

```{tip}
When enabled _Preferences → Sync → Enable buffering_ is enabled:
Expand Down
2 changes: 1 addition & 1 deletion mountainduck/preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The connection profiles for [default protocols](../protocols/index.md) are alway
Reconnect after restarting the computer. If you choose *Enable Login Item* and *Save Workspace* in *Preferences → General* and do not manually eject the volume prior to reboot it will reconnect after login.

## Cryptomator
Choose wheather or not your [Cryptomator vaults](../cryptomator/index.md) should be auto detected and unlocked while browsing the parent folder or not by using the *Auto detect and open vault in browser* option.
Choose whether or not your [Cryptomator vaults](../cryptomator/index.md) should be auto detected and unlocked while browsing the parent folder or not by using the *Auto detect and open vault in browser* option.

```{note}
Without saving the vaults passwords using keychain, you will receive passwords prompts for the vaults after reconnecting to the server or cloud storage.
Expand Down
2 changes: 1 addition & 1 deletion protocols/s3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ Sets the time, in days, between when an object is uploaded to the bucket and whe

### Restored Glacier files in Mountain Duck

Temporarly restored files from *Glacier* won't change the storage class and therefore won't be listed by Mountain Duck. To make restored Glacier files available in Mountain Duck make sure to change the file's storage class in the S3 tab of the [Cyberduck Info window](../../cyberduck/info.md#provider-panel).
Temporarily restored files from *Glacier* won't change the storage class and therefore won't be listed by Mountain Duck. To make restored Glacier files available in Mountain Duck make sure to change the file's storage class in the S3 tab of the [Cyberduck Info window](../../cyberduck/info.md#provider-panel).

## Access Control (ACL)

Expand Down

0 comments on commit c9d1f63

Please sign in to comment.