forked from TrueCloudLab/restic
Merge pull request #1314 from jannickfahlbusch/fixTypo
Fix typo in comment
This commit is contained in:
commit
d1eecafa63
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ func runForget(opts ForgetOptions, gopts GlobalOptions, args []string) error {
|
|||
Verbosef("would have removed snapshot %v\n", sn.ID().Str())
|
||||
}
|
||||
} else {
|
||||
// Determing grouping-keys
|
||||
// Determining grouping-keys
|
||||
var tags []string
|
||||
var hostname string
|
||||
var paths []string
|
||||
|
|
Loading…
Reference in a new issue