From c1ba75e30af935ff3d965a067adf46e04206d8b9 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Sun, 29 Dec 2013 19:04:53 +0400 Subject: Fix typo --- src/Network/BitTorrent/Core/Node.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Network/BitTorrent/Core/Node.hs b/src/Network/BitTorrent/Core/Node.hs index 090bfd4e..03f01ed0 100644 --- a/src/Network/BitTorrent/Core/Node.hs +++ b/src/Network/BitTorrent/Core/Node.hs @@ -66,7 +66,7 @@ import Network.BitTorrent.Core.PeerAddr (PeerAddr (..)) -- | Each node has a globally unique identifier known as the \"node -- ID.\" -- --- Normally, /this/ node id should we saved between invocations +-- Normally, /this/ node id should be saved between invocations -- of the client software. newtype NodeId = NodeId ByteString deriving (Show, Eq, Ord, BEncode, FromJSON, ToJSON, Typeable) -- cgit v1.2.3