mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 09:01:33 +02:00
backend: fix typos found by codespell
This commit is contained in:
committed by
Nick Craig-Wood
parent
cce8936802
commit
bfe272bf67
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
|
||||
|
Reference in New Issue
Block a user