mirror of
https://github.com/restic/restic.git
synced 2025-12-12 22:11:49 +00:00
Fix typos
This commit is contained in:
committed by
Michael Eischer
parent
a72b418319
commit
ac00229386
@@ -44,7 +44,7 @@ type OverwriteBehavior int
|
||||
const (
|
||||
OverwriteAlways OverwriteBehavior = iota
|
||||
// OverwriteIfChanged is like OverwriteAlways except that it skips restoring the content
|
||||
// of files with matching size&mtime. Metatdata is always restored.
|
||||
// of files with matching size&mtime. Metadata is always restored.
|
||||
OverwriteIfChanged
|
||||
OverwriteIfNewer
|
||||
OverwriteNever
|
||||
|
||||
Reference in New Issue
Block a user