Skip to content

Commit f451040

Browse files
committed
typed-protocols: fixed typos
1 parent b195c92 commit f451040

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
@@ -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
314314
runPipelinedPeerReceiverQueue 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

0 commit comments

Comments
 (0)