1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-09 00:00:02 +01:00

restic backup - corrected typo in error message

This commit is contained in:
Winfried Plappert 2025-03-06 16:37:20 +00:00
parent 48510f920b
commit 264878bbfa

View file

@ -740,7 +740,7 @@ func runBackup(ctx context.Context, opts BackupOptions, gopts GlobalOptions, ter
}
if werr == nil && repo.MaxCapacityExceeded() {
werr = errors.Fatal("backup incomplete, repositoy capacity exceeded")
werr = errors.Fatal("backup incomplete, repository capacity exceeded")
}
// Report finished execution