backend: fix misspellings found by codespell

This commit is contained in:
Dimitri Papadopoulos 2023-06-18 20:14:44 +02:00 committed by Nick Craig-Wood
parent 1cfed18aa7
commit 708391a5bf
2 changed files with 2 additions and 2 deletions

View File

@ -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))
} }

View File

@ -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,