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
1 changed files with 1 additions and 1 deletions

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