Skip to content

Commit ba2aab8

Browse files
committed
[DATALAD RUNCMD] Do interactive fixing of some ambigous typos
=== 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 ^^^
1 parent 32092fb commit ba2aab8

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

Changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ https://cyberduck.io/
695695
- [Bugfix] Do not save vault passphrase by default (Cryptomator)
696696
- [Bugfix] Fix failures when attempting to read attributes of incomplete multipart upload (S3)
697697
- [Bugfix] Reloading directory after enabling "Auto detect" in preferences does not ask to unlock vault (Cryptomator) (#10214)
698-
- [Bugfix] Transfer labled incomplete when segment required multiple attempts to finish (S3, OpenStack Swift, Backblaze B2) (#9552)
698+
- [Bugfix] Transfer labeled incomplete when segment required multiple attempts to finish (S3, OpenStack Swift, Backblaze B2) (#9552)
699699

700700
6.3.5
701701
- [Bugfix] Crash on launch in update checker (Windows)

binding/src/main/java/ch/cyberduck/binding/application/NSOutlineView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public void setDropItem(NSObject item, NSInteger index) {
229229

230230
/**
231231
* This method returns YES to indicate that auto expanded items should return to their original collapsed state.
232-
* Override this method to provide custom behavior. 'deposited' tells wether or not the drop terminated due to a
232+
* Override this method to provide custom behavior. 'deposited' tells whether or not the drop terminated due to a
233233
* successful drop (as indicated by the return value from acceptDrop:). Note that exiting the view will be treated
234234
* the same as a failed drop.<br> Original signature : <code>BOOL shouldCollapseAutoExpandedItemsForDeposited(BOOL)</code><br>
235235
* <i>native declaration : :183</i>

core/dylib/src/main/java/ch/cyberduck/core/sparkle/bindings/SPUUpdater.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public abstract SPUUpdater initWithHostBundle_applicationBundle_userDriver_deleg
8080
/**
8181
* Checks for updates, but does not display any UI unless an update is found.
8282
* <p>
83-
* This is meant for programmatically initating a check for updates. That is,
83+
* This is meant for programmatically initiating a check for updates. That is,
8484
* it will display no UI unless it actually finds an update, in which case it
8585
* proceeds as usual.
8686
* <p>

osx/src/main/java/ch/cyberduck/ui/cocoa/delegate/AbstractMenuDelegate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ protected int getModifierMask() {
100100
}
101101

102102
/**
103-
* @return True if this menu has an item that has registerd a keyboard shortcut
103+
* @return True if this menu has an item that has registered a keyboard shortcut
104104
* equivalent to the event characters.
105105
*/
106106
public boolean menuHasKeyEquivalent_forEvent(NSMenu menu, NSEvent event) {

storegate/src/main/java/ch/cyberduck/core/storegate/io/swagger/client/api/WebDavPasswordApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public ApiResponse<WebDavAlias> webDavPasswordCreateAliasWithHttpInfo(CreateWebD
142142
return apiClient.invokeAPI(localVarPath, "POST", localVarQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAccept, localVarContentType, localVarAuthNames, localVarReturnType);
143143
}
144144
/**
145-
* Remove a WebDAV password to stop it from beeing used.
145+
* Remove a WebDAV password to stop it from being used.
146146
*
147147
* @param id The WebDAV password id (required)
148148
* @throws ApiException if fails to make API call
@@ -153,7 +153,7 @@ public void webDavPasswordDelete(String id) throws ApiException {
153153
}
154154

155155
/**
156-
* Remove a WebDAV password to stop it from beeing used.
156+
* Remove a WebDAV password to stop it from being used.
157157
*
158158
* @param id The WebDAV password id (required)
159159
* @throws ApiException if fails to make API call

storegate/src/main/java/ch/cyberduck/core/storegate/io/swagger/client/model/ExportJobResponse.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ public ExportJobResponse percentDone(Integer percentDone) {
124124
}
125125

126126
/**
127-
* Persent done of the total workload
127+
* Percent done of the total workload
128128
* @return percentDone
129129
**/
130-
@ApiModelProperty(value = "Persent done of the total workload")
130+
@ApiModelProperty(value = "Percent done of the total workload")
131131
public Integer getPercentDone() {
132132
return percentDone;
133133
}

storegate/src/main/java/ch/cyberduck/core/storegate/io/swagger/client/model/ModelConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,10 @@ public ModelConfiguration hasQuota(Boolean hasQuota) {
288288
}
289289

290290
/**
291-
* Can users hav a quota
291+
* Can users have a quota
292292
* @return hasQuota
293293
**/
294-
@ApiModelProperty(value = "Can users hav a quota")
294+
@ApiModelProperty(value = "Can users have a quota")
295295
public Boolean isHasQuota() {
296296
return hasQuota;
297297
}

0 commit comments

Comments
 (0)