diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkbxlvsA1U_YBe0iNy6_7mhMfgdEp-VUvM <Pierre@web> | 2013-08-18 11:47:39 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-08-18 11:47:39 +0000 |
commit | cc477ebd7a80e85e7d0bb94945913840347bdaed (patch) | |
tree | f34eab32d1039d2447488e95c760bddd897d95c0 /doc | |
parent | 9fce929446ff50bb7357c44270b41fbd6679b467 (diff) |
Typo: double 'the'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/backends.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/backends.mdwn b/doc/backends.mdwn index 4e9776ff0..9abe6eac0 100644 --- a/doc/backends.mdwn +++ b/doc/backends.mdwn @@ -14,7 +14,7 @@ can use different ones for different files. lead to better deduplication but can confuse some programs. * `WORM` ("Write Once, Read Many") This assumes that any file with 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. * `SHA512`, `SHA512E` -- Best currently available hash, for the very paranoid. * `SHA1`, `SHA1E` -- Smaller hash than `SHA256` for those who want a checksum |