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 @@ -262,7 +262,7 @@ runPipelinedPeerSender receiveQueue collectQueue
262262 Driver {sendMessage, recvMessage}
263263 peer dstate0 = do
264264 threadId <- myThreadId
265- labelThread threadId " pipeliend -peer-seneder "
265+ labelThread threadId " pipelined -peer-sender "
266266 go Zero (HasDState dstate0) peer
267267 where
268268 go :: forall st' n .
@@ -314,7 +314,7 @@ runPipelinedPeerReceiverQueue
314314runPipelinedPeerReceiverQueue receiveQueue collectQueue
315315 driver@ Driver {initialDState} = do
316316 threadId <- myThreadId
317- labelThread threadId " pipelined-recevier -queue"
317+ labelThread threadId " pipelined-receiver -queue"
318318 go initialDState
319319 where
320320 go :: dstate -> m Void
You can’t perform that action at this time.
0 commit comments