aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGNUxeava <bluenerd@protonmail.com>2022-04-29 07:16:05 +0000
committerGNUxeava <bluenerd@protonmail.com>2022-04-29 07:16:05 +0000
commit4072f84116fa8b980bb4c3fd3e35f80bda0d06c8 (patch)
treea00c19f76ee4ac914797c34020fa193815a5115d
parent108fe88860d1987e924d775e637643e36ba6b46b (diff)
fix typo
-rw-r--r--content/post/copy-sparse-files.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/post/copy-sparse-files.md b/content/post/copy-sparse-files.md
index e8699e4..0875d7c 100644
--- a/content/post/copy-sparse-files.md
+++ b/content/post/copy-sparse-files.md
@@ -40,6 +40,6 @@ sequenceDiagrams:
---
-Using normal methods to copy sparse files will only take up so much time and actual storage. Pass `-S` to rsync to tell you are transgerring sparse files and it take care of it.
+Using normal methods to copy sparse files will only take up so much time and actual storage. Pass `-S` to rsync to tell you are transferring sparse files and it take care of it.
<!--more-->
For other methods to copy a sparse file, refer to this [StackExchange post](https://serverfault.com/questions/665335/what-is-fastest-way-to-copy-a-sparse-file-what-method-results-in-the-smallest-f).