mirror of
https://github.com/octoleo/restic.git
synced 2025-01-11 10:18:10 +00:00
Fix small typo
"explicitely" should be "explicitly"
This commit is contained in:
parent
fcfa6f0355
commit
d3c0bd6d0e
@ -122,7 +122,7 @@ func newReadProgress(gopts GlobalOptions, todo restic.Stat) *restic.Progress {
|
||||
// prepareCheckCache configures a special cache directory for check.
|
||||
//
|
||||
// * if --with-cache is specified, the default cache is used
|
||||
// * if the user explicitely requested --no-cache, we don't use any cache
|
||||
// * if the user explicitly requested --no-cache, we don't use any cache
|
||||
// * by default, we use a cache in a temporary directory that is deleted after the check
|
||||
func prepareCheckCache(opts CheckOptions, gopts *GlobalOptions) (cleanup func()) {
|
||||
cleanup = func() {}
|
||||
|
Loading…
Reference in New Issue
Block a user