Skip to content

Commit e0d4778

Browse files
luzpazncw
authored andcommitted
docs: fix various typos
Found via `codespell -q 3 -S "./docs/static,./fs/rc/params_test.go" -L aadd,afile,alledges,bbefore,bu,buda,copys,couldn,crashers,crypted,ddelete,deriver,failre,goup,hashin,hel,inbraces,keep-alives,ket,medias,ment,mis,nd,nin,notin,ois,ot,parth,re-use,re-using,responser,rin,sav,splited,streamin,synching,te,twoo,ue,unknwon,wasn`
1 parent 4fc9583 commit e0d4778

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/iclouddrive/api/drive.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ func (d *DriveService) MoveItemByDriveID(ctx context.Context, id, etag, dstID st
476476

477477
// CopyDocByItemID copies a document by its item ID.
478478
func (d *DriveService) CopyDocByItemID(ctx context.Context, itemID string) (*DriveItemRaw, *http.Response, error) {
479-
// putting name in info doesnt work. extension does work so assume this is a bug in the endpoint
479+
// putting name in info doesn't work. extension does work so assume this is a bug in the endpoint
480480
values := map[string]any{
481481
"info_to_update": map[string]any{},
482482
}

backend/s3/ibm_signer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func (signer *IbmIamSigner) SignHTTP(ctx context.Context, credentials aws.Creden
4040
return nil
4141
}
4242

43-
// NoOpCredentialsProvider is needed since S3 SDK requires having credentials, eventhough authentication is happening via IBM IAM.
43+
// NoOpCredentialsProvider is needed since S3 SDK requires having credentials, even though authentication is happening via IBM IAM.
4444
type NoOpCredentialsProvider struct{}
4545

4646
// Retrieve returns mock credentials for the NoOpCredentialsProvider.

0 commit comments

Comments
 (0)