changelog: Fix spelling

This commit is contained in:
Alexander Neumann 2018-02-26 21:27:32 +01:00
parent 3037894f62
commit ee4bfdf954
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Bugfix: Fixed unexpected 'pack file cannot be listed' error
Due to regression introduced in 0.8.2, `rebuild-index` and `prune` commands
failed to read pack files with size of 587, 588, 589 or 590 bytes.
Due to a regression introduced in 0.8.2, the `rebuild-index` and `prune`
commands failed to read pack files with size of 587, 588, 589 or 590 bytes.
https://github.com/restic/restic/issues/1633
https://github.com/restic/restic/pull/1635