mirror of https://github.com/restic/restic.git
restic backup - corrected typo in error message
This commit is contained in:
parent
48510f920b
commit
264878bbfa
|
@ -740,7 +740,7 @@ func runBackup(ctx context.Context, opts BackupOptions, gopts GlobalOptions, ter
|
||||||
}
|
}
|
||||||
|
|
||||||
if werr == nil && repo.MaxCapacityExceeded() {
|
if werr == nil && repo.MaxCapacityExceeded() {
|
||||||
werr = errors.Fatal("backup incomplete, repositoy capacity exceeded")
|
werr = errors.Fatal("backup incomplete, repository capacity exceeded")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Report finished execution
|
// Report finished execution
|
||||||
|
|
Loading…
Reference in New Issue