summaryrefslogtreecommitdiff
path: root/Remote/External/AsyncExtension.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote/External/AsyncExtension.hs')
-rw-r--r--Remote/External/AsyncExtension.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/External/AsyncExtension.hs b/Remote/External/AsyncExtension.hs
index fd88349a45..177249c1cb 100644
--- a/Remote/External/AsyncExtension.hs
+++ b/Remote/External/AsyncExtension.hs
@@ -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