From ac948fccda125156e3e03768ec22f75974aceee3 Mon Sep 17 00:00:00 2001 From: avoidalone Date: Mon, 11 Mar 2024 14:35:12 +0800 Subject: [PATCH] fix some typos Signed-off-by: avoidalone --- CHANGELOG.md | 2 +- changelog/0.10.0_2020-09-19/pull-2195 | 2 +- doc/faq.rst | 2 +- internal/restorer/doc.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8969a443..5fea763e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/changelog/0.10.0_2020-09-19/pull-2195 b/changelog/0.10.0_2020-09-19/pull-2195 index a139aa4e1..7898568fa 100644 --- a/changelog/0.10.0_2020-09-19/pull-2195 +++ b/changelog/0.10.0_2020-09-19/pull-2195 @@ -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. diff --git a/doc/faq.rst b/doc/faq.rst index e8ef2de5e..8e56b5d9e 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -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. :: diff --git a/internal/restorer/doc.go b/internal/restorer/doc.go index 8d68d7161..e230f23f0 100644 --- a/internal/restorer/doc.go +++ b/internal/restorer/doc.go @@ -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