summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-29 19:04:53 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-29 19:04:53 +0400
commitc1ba75e30af935ff3d965a067adf46e04206d8b9 (patch)
treedea14d5068cd0851f0345ff7d1e1642e424861d9
parentf969b6974c4c5bbbd8b681d02f7dfcea65b76c3f (diff)
Fix typo
-rw-r--r--src/Network/BitTorrent/Core/Node.hs2
1 files changed, 1 insertions, 1 deletions
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 (..))
66-- | Each node has a globally unique identifier known as the \"node 66-- | Each node has a globally unique identifier known as the \"node
67-- ID.\" 67-- ID.\"
68-- 68--
69-- Normally, /this/ node id should we saved between invocations 69-- Normally, /this/ node id should be saved between invocations
70-- of the client software. 70-- of the client software.
71newtype NodeId = NodeId ByteString 71newtype NodeId = NodeId ByteString
72 deriving (Show, Eq, Ord, BEncode, FromJSON, ToJSON, Typeable) 72 deriving (Show, Eq, Ord, BEncode, FromJSON, ToJSON, Typeable)