Skip to content

Commit f360046

Browse files
committed
typed-protocols: fixed typos
1 parent 94f7164 commit f360046

File tree

1 file changed

+2
-2
lines changed
  • typed-protocols/src/Network/TypedProtocol

1 file changed

+2
-2
lines changed

typed-protocols/src/Network/TypedProtocol/Driver.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
313313
runPipelinedPeerReceiverQueue 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

0 commit comments

Comments
 (0)