diff options
author | Øyvind A. Holm <sunny@sunbase.org> | 2015-04-02 01:50:17 +0200 |
---|---|---|
committer | Øyvind A. Holm <sunny@sunbase.org> | 2015-04-02 01:50:17 +0200 |
commit | 3b17aaba7f4d17ce9592aca965f319157494cbcd (patch) | |
tree | 32d5c5e299627587afb7a604d3eee6d6c06a3f31 /doc/chunking.mdwn | |
parent | 716e69527522afaa3f5b5a836f4f878d4a374b01 (diff) |
Various typo fixes in doc/*.mdwn
Diffstat (limited to 'doc/chunking.mdwn')
-rw-r--r-- | doc/chunking.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/chunking.mdwn b/doc/chunking.mdwn index 20a5c6088..43e604f23 100644 --- a/doc/chunking.mdwn +++ b/doc/chunking.mdwn @@ -13,7 +13,7 @@ To enable chunking, pass a `chunk=nnMiB` parameter to `git annex initremote`, specifying the chunk size. Good chunk sizes will depend on the remote, but a good starting place -is probably `1MiB`. Very large chunks are problimatic, both because +is probably `1MiB`. Very large chunks are problematic, both because git-annex needs to buffer one chunk in memory when uploading, and because a larger chunk will make resuming interrupted transfers less efficient. On the other hand, when a file is split into a great many chunks, |