2
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-09-06 17:12:31 +02:00

English typo: rewriten > rewritten.

This commit is contained in:
Pauline Middelink 2017-03-04 17:43:58 +01:00
parent 792b81725e
commit 5564c78e53

View file

@ -218,7 +218,7 @@ func pruneRepository(gopts GlobalOptions, repo restic.Repository) error {
len(removePacks), len(rewritePacks), formatBytes(uint64(removeBytes)))
if len(rewritePacks) != 0 {
bar = newProgressMax(!gopts.Quiet, uint64(len(rewritePacks)), "packs rewriten")
bar = newProgressMax(!gopts.Quiet, uint64(len(rewritePacks)), "packs rewritten")
bar.Start()
err = repository.Repack(repo, rewritePacks, usedBlobs, bar)
if err != nil {