summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-11-29 13:06:13 +0100
committerGitHub <noreply@github.com>2021-11-29 13:06:13 +0100
commit3cb68d579260fbf754fd5f64232c457f0e7bc1f7 (patch)
tree34ec5174d1c77e3dc0363897ecb048dffab34366
parent0f7199ec4c077c642af50488fc0bbd1070bf92d1 (diff)
downloadlibrsync-3cb68d579260fbf754fd5f64232c457f0e7bc1f7.tar.gz
Update README.md
added missing word
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index effe4bc..dbe6564 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ with efficient calculation of the differences between two files. The rsync
algorithm is different from most differencing algorithms because it does not
require the presence of the two files to calculate the delta. Instead, it
requires a set of checksums of each block of one file, which together form a
-signature for that file. Blocks at any in the other file which have the same
+signature for that file. Blocks at any position in the other file which have the same
checksum are likely to be identical, and whatever remains is the difference.
This algorithm transfers the differences between two files without needing