mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 15:20:38 +08: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 {
|
||||
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))
|
||||
}
|
||||
|
|
|
@ -126,7 +126,7 @@ names, or for debugging purposes.`,
|
|||
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
|
||||
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.`,
|
||||
Default: false,
|
||||
Advanced: true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user