Move changelog typo fixes to changelog files

This commit is contained in:
Michael Eischer
2023-12-23 14:05:47 +01:00
parent 241916d55b
commit 53ebe91a50
7 changed files with 9 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ https://github.com/restic/restic/issues/2244
NOTE: This new implementation does not guarantee order in which blobs
are written to the target files and, for example, the last blob of a
file can be written to the file before any of the preceding file blobs.
file can be written to the file before any of the preceeding file blobs.
It is therefore possible to have gaps in the data written to the target
files if restore fails or interrupted by the user.