backend: fix typos found by codespell
This commit is contained in:
parent
cce8936802
commit
bfe272bf67
10 changed files with 14 additions and 15 deletions
|
@ -473,7 +473,7 @@ func (f *Fs) getUploadNode(ctx context.Context) (response *GetUploadNodeResponse
|
|||
return shouldRetry(ctx, resp, err)
|
||||
})
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("didnt got an upload node: %w", err)
|
||||
return nil, fmt.Errorf("didn't get an upload node: %w", err)
|
||||
}
|
||||
|
||||
// fs.Debugf(f, "Got Upload node")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue