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"