mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 18:04:55 +01:00
backend: fix misspellings found by codespell
This commit is contained in:
parent
1cfed18aa7
commit
708391a5bf
@ -954,7 +954,7 @@ func (f *Fs) MergeDirs(ctx context.Context, dirs []fs.Directory) error {
|
|||||||
if u == nil {
|
if u == nil {
|
||||||
u = uNew
|
u = uNew
|
||||||
} else if u != uNew {
|
} else if u != uNew {
|
||||||
return fmt.Errorf("can't merge dirctories from different upstreams")
|
return fmt.Errorf("can't merge directories from different upstreams")
|
||||||
}
|
}
|
||||||
uDirs = append(uDirs, fs.NewOverrideDirectory(dir, uDir))
|
uDirs = append(uDirs, fs.NewOverrideDirectory(dir, uDir))
|
||||||
}
|
}
|
||||||
|
@ -126,7 +126,7 @@ names, or for debugging purposes.`,
|
|||||||
Help: `If set this will pass bad blocks through as all 0.
|
Help: `If set this will pass bad blocks through as all 0.
|
||||||
|
|
||||||
This should not be set in normal operation, it should only be set if
|
This should not be set in normal operation, it should only be set if
|
||||||
trying to recover a crypted file with errors and it is desired to
|
trying to recover an encrypted file with errors and it is desired to
|
||||||
recover as much of the file as possible.`,
|
recover as much of the file as possible.`,
|
||||||
Default: false,
|
Default: false,
|
||||||
Advanced: true,
|
Advanced: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user