From e035bc5324b8d4cc663b5ec8bfed615463c7ccbc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 27 Mar 2019 11:15:20 -0400 Subject: [PATCH] minor typos --- P2P/IO.hs | 2 +- doc/todo/annex.thin_without_hardlinks.mdwn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/P2P/IO.hs b/P2P/IO.hs index 134d54f1c0..b079f8de84 100644 --- a/P2P/IO.hs +++ b/P2P/IO.hs @@ -369,7 +369,7 @@ relayReader v hout = loop putMVar v $ RelayToPeer (L.fromChunks bs) 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 -- written in close succession. -- diff --git a/doc/todo/annex.thin_without_hardlinks.mdwn b/doc/todo/annex.thin_without_hardlinks.mdwn index 40e2350899..dd3047c78a 100644 --- a/doc/todo/annex.thin_without_hardlinks.mdwn +++ b/doc/todo/annex.thin_without_hardlinks.mdwn @@ -1,6 +1,6 @@ Currently annex.thin needs hard link support to be efficient; 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. Would it be possible to make it work w/o hard links? Note that direct mode