File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
typed-protocols/src/Network/TypedProtocol Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ runPipelinedPeerSender receiveQueue collectQueue
261261 Driver {sendMessage, recvMessage}
262262 peer dstate0 = do
263263 threadId <- myThreadId
264- labelThread threadId " pipeliend -peer-seneder "
264+ labelThread threadId " pipelined -peer-sender "
265265 go Zero (HasDState dstate0) peer
266266 where
267267 go :: forall st' n .
@@ -313,7 +313,7 @@ runPipelinedPeerReceiverQueue
313313runPipelinedPeerReceiverQueue receiveQueue collectQueue
314314 driver@ Driver {initialDState} = do
315315 threadId <- myThreadId
316- labelThread threadId " pipelined-recevier -queue"
316+ labelThread threadId " pipelined-receiver -queue"
317317 go initialDState
318318 where
319319 go :: dstate -> m Void
You can’t perform that action at this time.
0 commit comments