Skip to content

Commit ba057e9

Browse files
committed
[DATALAD RUNCMD] run codespell throughout fixing typo automagically
=== Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 022c442 commit ba057e9

File tree

20 files changed

+31
-31
lines changed

20 files changed

+31
-31
lines changed

Formatting_Cheat-Sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ test
5757
[Formatting Cheat Sheet](Formatting_Cheat-Sheet)
5858

5959
```
60-
{download}`Titel<Download_Link>`
60+
{download}`Title<Download_Link>`
6161
```
6262

6363
---

cli/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ duck --username <Access Key ID> --list s3:/<bucketname>/
224224

225225
#### `--retry`
226226

227-
Retry requests with I/O failures once per default. Useful on connnection timeout or latency issues.
227+
Retry requests with I/O failures once per default. Useful on connection timeout or latency issues.
228228

229229
#### `--verbose`
230230

cyberduck/browser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Navigate into a folder with a double-click *(`⌘↓`)* or one level up by using
2020
````
2121
````{group-tab} Windows
2222
23-
You can expand and collaps folders using the right and left arrow keys in the outline view.
23+
You can expand and collapse folders using the right and left arrow keys in the outline view.
2424
2525
Navigate into a folder with a doubl-click *(`Ctrl+Down`)* or one level up by using the ▲ button next to the path-field *(`Ctrl+Up`)*.
2626
@@ -183,7 +183,7 @@ Use the *File → Print* option where you can open a PDF from the browser listin
183183

184184
### Folder Icon Badges
185185

186-
Folder icons are badged for paticular access permissions.
186+
Folder icons are badged for particular access permissions.
187187

188188
```{image} _images/privatefolderbadge.png
189189
:alt: Private Folder Badge

cyberduck/connection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Choose *Cyberduck → Preferences → Connection → Use system proxy settings*.
191191

192192
### Additional Settings
193193

194-
#### Prefer IPv6 Adresses of DNS Lookups
194+
#### Prefer IPv6 Addresses of DNS Lookups
195195

196196
A [hidden configuration option](preferences.md#hidden-configuration-options).
197197

@@ -203,7 +203,7 @@ A [hidden configuration option](preferences.md#hidden-configuration-options).
203203

204204
defaults write ch.sudo.cyberduck rendezvous.enable false
205205

206-
#### Disable Bonjour Notifications in Notification Center and Sytem Tray
206+
#### Disable Bonjour Notifications in Notification Center and System Tray
207207

208208
A [hidden configuration option](preferences.md#hidden-configuration-options). By default, the limit is set to allow not more than `30` notifications per minute.
209209

cyberduck/edit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Edit Files
44
You can edit a file just as a local file in an external editor by clicking the Edit toolbar button or by choosing *File → Edit With*. The file will be downloaded to a temporary directory and opened with the preferred editor. The file will be uploaded to the server every time you choose *File → Save* in the Editor application. The file is not changed on the server if you just close the document without saving it or if the content has not changed.
55

66
## Default Editor
7-
The default editor opened for a file is selected depeding on the file type. If no application is found to handle the file type the default eidtor chosen in *Preferences* is used instead.
7+
The default editor opened for a file is selected depending on the file type. If no application is found to handle the file type the default eidtor chosen in *Preferences* is used instead.
88

99
```{image} _images/Edit_With_Application.png
1010
:alt: Edit with Application

cyberduck/transfer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Enabling change of modification date slows down the transfer rate when uploading
220220

221221
A [hidden configuration option](preferences.md#hidden-configuration-options). Edit the available options (in bytes).
222222

223-
defaults write ch.sudo.cyberduck queue.bandwith.options 102400,1073741824
223+
defaults write ch.sudo.cyberduck queue.bandwidth.options 102400,1073741824
224224

225225
### Badge Dock Icon
226226

mountainduck/installation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For **macOS Ventura and later**, the setting can be found in *System Settings
5151
[Download](https://mountainduck.io/changelog/) MSI Installer for corporate environments. Requires prior installation of *Microsoft .NET Framework 4.5.2*.
5252
5353
```{note}
54-
Using the MSI Installer, you'll have to install the *MSI Package Shell Extension for 32bit applications* **and** *MSI Package Shell Extension for 64bit applications* separatly. Both packages are needed to enable the explorer extension.
54+
Using the MSI Installer, you'll have to install the *MSI Package Shell Extension for 32bit applications* **and** *MSI Package Shell Extension for 64bit applications* separately. Both packages are needed to enable the explorer extension.
5555
```
5656
5757
````

mountainduck/interface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Use
140140
141141
````{group-tab} Windows
142142
143-
Enter the commmand `<path to Mountainduck.exe> %AppData%/Cyberduck/Bookmarks/<Bookmarkfile>` in *cmd.exe*.
143+
Enter the command `<path to Mountainduck.exe> %AppData%/Cyberduck/Bookmarks/<Bookmarkfile>` in *cmd.exe*.
144144
145145
````
146146
`````
@@ -178,7 +178,7 @@ You can unmount volumes using your command-line interface (CLI). Use `umount <bo
178178
In *File Explorer* in "This PC" view or the sidebar on the left of the *File Explorer* window, open the context menu for your mounted drive and select *Disconnect*.
179179
180180
**Disconnect using command line**<br/>
181-
You can unmount volumes using your commmand-line interface (CLI). Use `net use <drive letter>: /delete` in *cmd.exe*
181+
You can unmount volumes using your command-line interface (CLI). Use `net use <drive letter>: /delete` in *cmd.exe*
182182
183183
````
184184

mountainduck/issues/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Files matching the following naming pattern are excluded from folder listings an
6868
- `\` (backslash)
6969
- `|` (vertical bar or pipe)
7070
- `?` (question mark)
71-
- `*` (asterik)
71+
- `*` (asterisk)
7272
7373
````
7474
`````
@@ -241,7 +241,7 @@ The Spotlight search does not work on remote volumes.
241241
**Spotlight indexer**<br/>
242242
To prevent the indexing through Spotlight the default mount location has been changed to `Volumes.noindex`. In case you **do** want the mount location to be indexed by Spotlight, use the *Terminal.app* command `mdutil -i on <mount location>`. Additionally, [mount location](../preferences.md#mount-location) to a directory without the extension `.noindex`.
243243
```{attention}
244-
Enabling Spotlight can cause high CPU and bandwith usage while indexing folders.
244+
Enabling Spotlight can cause high CPU and bandwidth usage while indexing folders.
245245
```
246246
247247
@@ -254,7 +254,7 @@ It may be that Finder closes the connection because Mountain Duck hasn't answere
254254
This is an issue within the operating system that can occur to any network drive.
255255
256256
<del> **Additional `._*` Files Saved on Remote Volumes** </del> <br/>
257-
<del> The `._*` files contain metadata about the files some applications write in additional to the file content. On macOS, this metadata can be stored alongside the file on the filesystem, but on remote volumes, with no metadata suppport, an auxiliary file is created to contain this information. You can delete metadata on files using `xattr -d <filename>`. </del>
257+
<del> The `._*` files contain metadata about the files some applications write in additional to the file content. On macOS, this metadata can be stored alongside the file on the filesystem, but on remote volumes, with no metadata support, an auxiliary file is created to contain this information. You can delete metadata on files using `xattr -d <filename>`. </del>
258258
259259
As of version [2.1](https://mountainduck.io/changelog/), extended attributes are only saved in a temporary location and not stored on the mounted remote volume. If you want to revert to saving extended attributes to the server, enter in a *Terminal.app* window:
260260
@@ -273,7 +273,7 @@ If you get this error message you most likely haven't restarted your system afte
273273
**Missing Files in Windows Explorer**<br/>
274274
Windows has a limitation on the maximum path length. It might happen that Mountain Duck exceeds this maximum for long file names when trying to create placeholders in the local cache. If Mountain Duck is unable to create a placeholder file for a remote file it will not appear in the Windows Explorer listing.
275275
276-
To work around this Windows limitaion you can enable long path support in Windows 10 as of version 1607.
276+
To work around this Windows limitation you can enable long path support in Windows 10 as of version 1607.
277277
278278
1. Open the *Local Group Policy editor* (search for *Edit Group Policy*)
279279
2. Navigate to *Local Computer Policy → Computer Configuration → Administrative Templates → System → Filesystem*

mountainduck/preferences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Files selected to always keep offline are never automatically removed from the c
8787
By default, files are kept in cache for 30 days and the cache is limited to a maximum size of 5GiB.
8888

8989
```{attention}
90-
The settings apply separately for each bookmark. The synchronization cache gets cleared based on the choosen cache limit after Mountain Duck is started and every 24h as long as Mountain Duck is running.
90+
The settings apply separately for each bookmark. The synchronization cache gets cleared based on the chosen cache limit after Mountain Duck is started and every 24h as long as Mountain Duck is running.
9191
```
9292

9393
## Notifications

0 commit comments

Comments
 (0)