Skip to content

Commit

Permalink
Merge pull request #4727 from avoidalone/master
Browse files Browse the repository at this point in the history
fix some typos
  • Loading branch information
MichaelEischer committed Mar 17, 2024
2 parents 9284f74 + ac948fc commit d1d773c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3488,7 +3488,7 @@ restic users. The changes are ordered by importance.

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 preceeding file blobs. It is therefore
written to the file before any of the preceding 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.

Expand Down
2 changes: 1 addition & 1 deletion changelog/0.10.0_2020-09-19/pull-2195
Original file line number Diff line number Diff line change
Expand Up @@ -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 preceeding file blobs.
file can be written to the file before any of the preceding 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.

Expand Down
2 changes: 1 addition & 1 deletion doc/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ $ restic backup --exclude "~/documents" ~
This command will result in a complete backup of the current logged in user's home directory and it won't exclude the folder ``~/documents/`` - which is not what the user wanted to achieve.
The problem is how the path to ``~/documents`` is passed to restic.

In order to spot an issue like this, you can make use of the following ruby command preceeding your restic command.
In order to spot an issue like this, you can make use of the following ruby command preceding your restic command.

::

Expand Down
2 changes: 1 addition & 1 deletion internal/restorer/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//
// 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 preceeding file blobs. It is therefore possible to
// file before any of the preceding 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.
package restorer

0 comments on commit d1d773c

Please sign in to comment.