minor typos

This commit is contained in:
Joey Hess 2019-03-27 11:15:20 -04:00
parent f4c49b8f81
commit e035bc5324
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 2 additions and 2 deletions

View file

@ -369,7 +369,7 @@ relayReader v hout = loop
putMVar v $ RelayToPeer (L.fromChunks bs) putMVar v $ RelayToPeer (L.fromChunks bs)
loop loop
-- Waiit for the first available chunk. Then, without blocking, -- Wait for the first available chunk. Then, without blocking,
-- try to get more chunks, in case a stream of chunks is being -- try to get more chunks, in case a stream of chunks is being
-- written in close succession. -- written in close succession.
-- --

View file

@ -1,6 +1,6 @@
Currently annex.thin needs hard link support to be efficient; Currently annex.thin needs hard link support to be efficient;
it hard links the content from .git/annex/objects into the work tree. it hard links the content from .git/annex/objects into the work tree.
When hard links are not supported, two copie of checked out files exist on When hard links are not supported, two copies of checked out files exist on
disk. disk.
Would it be possible to make it work w/o hard links? Note that direct mode Would it be possible to make it work w/o hard links? Note that direct mode