'can not' -> 'cannot'
authorFrancois Fleuret <francois@fleuret.org>
Sat, 15 Oct 2016 22:46:32 +0000 (00:46 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Sat, 15 Oct 2016 22:46:32 +0000 (00:46 +0200)
finddup.1

index dbe9641..39731d4 100644 (file)
--- a/finddup.1
+++ b/finddup.1
@@ -95,7 +95,7 @@ file content.
 
 Here are the things I tried, which did not help at all: (1) Computing
 md5s on the whole files, which is not satisfactory because files are
-often not read entirely, hence the md5s can not be properly computed,
+often not read entirely, hence the md5s cannot be properly computed,
 (2) computing XORs of the first 4, 16 and 256 bytes with rejection as
 soon as one does not match, (3) reading files in parts of increasing
 sizes so that rejection could be done with only a small fraction read