backend: fix typos found by codespell
This commit is contained in:
parent
cce8936802
commit
bfe272bf67
10 changed files with 14 additions and 15 deletions
2
backend/cache/cache.go
vendored
2
backend/cache/cache.go
vendored
|
@ -1787,7 +1787,7 @@ func (f *Fs) CleanUpCache(ignoreLastTs bool) {
|
|||
}
|
||||
}
|
||||
|
||||
// StopBackgroundRunners will signall all the runners to stop their work
|
||||
// StopBackgroundRunners will signal all the runners to stop their work
|
||||
// can be triggered from a terminate signal or from testing between runs
|
||||
func (f *Fs) StopBackgroundRunners() {
|
||||
f.cleanupChan <- false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue