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)
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.
--