From d3c0bd6d0ecc35b1a4ef4cbfb7ef051d8acf6e93 Mon Sep 17 00:00:00 2001 From: Gaige Lama Date: Fri, 11 May 2018 10:55:12 -0400 Subject: [PATCH] Fix small typo "explicitely" should be "explicitly" --- cmd/restic/cmd_check.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/restic/cmd_check.go b/cmd/restic/cmd_check.go index 86b9a622a..b4e922445 100644 --- a/cmd/restic/cmd_check.go +++ b/cmd/restic/cmd_check.go @@ -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() {}