Apply codespell -w throughout
This commit is contained in:
parent
100f5aabb6
commit
84b0a3707a
108 changed files with 135 additions and 135 deletions
2
Remote/External/AsyncExtension.hs
vendored
2
Remote/External/AsyncExtension.hs
vendored
|
@ -46,7 +46,7 @@ runRelayToExternalAsync external st annexrunner = do
|
|||
, externalReceive = atomically (readTBMChan receiveq)
|
||||
-- This shuts down the whole relay.
|
||||
, externalShutdown = shutdown external st sendq sender receiver
|
||||
-- These three TMVars are shared amoung all
|
||||
-- These three TMVars are shared among all
|
||||
-- ExternalStates that use this relay; they're
|
||||
-- common state about the external process.
|
||||
, externalPrepared = externalPrepared st
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue