summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2021-11-29 15:35:10 -0800
committerGitHub <noreply@github.com>2021-11-29 15:35:10 -0800
commit390c804d0b4d4ff3f556c47eb91012a7f49da492 (patch)
tree34ec5174d1c77e3dc0363897ecb048dffab34366
parent0f7199ec4c077c642af50488fc0bbd1070bf92d1 (diff)
parent3cb68d579260fbf754fd5f64232c457f0e7bc1f7 (diff)
downloadlibrsync-390c804d0b4d4ff3f556c47eb91012a7f49da492.tar.gz
Merge pull request #237 from AvdN/patch-1
Update README.md
-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