Skip to content

Commit

Permalink
[DATALAD RUNCMD] Do interactive fixing of leftover 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 Feb 28, 2024
1 parent be0ef94 commit 3d62b60
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ https://cyberduck.io/
- [Bugfix] Do not save vault passphrase by default (Cryptomator)
- [Bugfix] Fix failures when attempting to read attributes of incomplete multipart upload (S3)
- [Bugfix] Reloading directory after enabling "Auto detect" in preferences does not ask to unlock vault (Cryptomator) (#10214)
- [Bugfix] Transfer labled incomplete when segment required multiple attempts to finish (S3, OpenStack Swift, Backblaze B2) (#9552)
- [Bugfix] Transfer labeled incomplete when segment required multiple attempts to finish (S3, OpenStack Swift, Backblaze B2) (#9552)

6.3.5
- [Bugfix] Crash on launch in update checker (Windows)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public void setDropItem(NSObject item, NSInteger index) {

/**
* This method returns YES to indicate that auto expanded items should return to their original collapsed state.
* Override this method to provide custom behavior. 'deposited' tells wether or not the drop terminated due to a
* Override this method to provide custom behavior. 'deposited' tells whether or not the drop terminated due to a
* successful drop (as indicated by the return value from acceptDrop:). Note that exiting the view will be treated
* the same as a failed drop.<br> Original signature : <code>BOOL shouldCollapseAutoExpandedItemsForDeposited(BOOL)</code><br>
* <i>native declaration : :183</i>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public abstract SPUUpdater initWithHostBundle_applicationBundle_userDriver_deleg
/**
* Checks for updates, but does not display any UI unless an update is found.
* <p>
* This is meant for programmatically initating a check for updates. That is,
* This is meant for programmatically initiating a check for updates. That is,
* it will display no UI unless it actually finds an update, in which case it
* proceeds as usual.
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ protected int getModifierMask() {
}

/**
* @return True if this menu has an item that has registerd a keyboard shortcut
* @return True if this menu has an item that has registered a keyboard shortcut
* equivalent to the event characters.
*/
public boolean menuHasKeyEquivalent_forEvent(NSMenu menu, NSEvent event) {
Expand Down

0 comments on commit 3d62b60

Please sign in to comment.