Typo: double 'the'

This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawkbxlvsA1U_YBe0iNy6_7mhMfgdEp-VUvM 2013-08-18 11:47:39 +00:00 committed by admin
parent 62968ac3f6
commit b56c9f6729

View file

@ -14,7 +14,7 @@ can use different ones for different files.
lead to better deduplication but can confuse some programs. lead to better deduplication but can confuse some programs.
* `WORM` ("Write Once, Read Many") This assumes that any file with * `WORM` ("Write Once, Read Many") This assumes that any file with
the same basename, size, and modification time has the same content. the same basename, size, and modification time has the same content.
This is the the least expensive backend, recommended for really large This is the least expensive backend, recommended for really large
files or slow systems. files or slow systems.
* `SHA512`, `SHA512E` -- Best currently available hash, for the very paranoid. * `SHA512`, `SHA512E` -- Best currently available hash, for the very paranoid.
* `SHA1`, `SHA1E` -- Smaller hash than `SHA256` for those who want a checksum * `SHA1`, `SHA1E` -- Smaller hash than `SHA256` for those who want a checksum