From 784fd2b43706e238b613d3f9c03f90193ea1613b Mon Sep 17 00:00:00 2001 From: Vladimir Krutkin Date: Tue, 28 Feb 2023 22:52:57 +0300 Subject: [PATCH] Typo --- hbs2-peer/app/PeerMain.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbs2-peer/app/PeerMain.hs b/hbs2-peer/app/PeerMain.hs index 443860bc..bafcfee8 100644 --- a/hbs2-peer/app/PeerMain.hs +++ b/hbs2-peer/app/PeerMain.hs @@ -762,7 +762,7 @@ withRPC o cmd = do as <- parseAddr (fromString saddr) <&> fmap (PeerUDP . addrAddress) let rpc' = headMay $ L.sortBy (compare `on` addrPriority) as - rpc <- pure rpc' `orDie` "Can't parse RPC endpoing" + rpc <- pure rpc' `orDie` "Can't parse RPC endpoint" udp1 <- newMessagingUDP False Nothing `orDie` "Can't start RPC"