mirror of
https://github.com/rclone/rclone.git
synced 2025-06-13 02:53:38 +08:00
backend: fix typos found by codespell
This commit is contained in:

committed by
Nick Craig-Wood

parent
18ebca3979
commit
9183618082
@ -690,7 +690,7 @@ func NewFs(ctx context.Context, name, root string, m configmap.Mapper) (fs.Fs, e
|
||||
}
|
||||
cred, err = azidentity.NewDefaultAzureCredential(&options)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("create azure enviroment credential failed: %w", err)
|
||||
return nil, fmt.Errorf("create azure environment credential failed: %w", err)
|
||||
}
|
||||
case opt.UseEmulator:
|
||||
if opt.Account == "" {
|
||||
|
Reference in New Issue
Block a user