diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-29 19:04:53 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-29 19:04:53 +0400 |
commit | c1ba75e30af935ff3d965a067adf46e04206d8b9 (patch) | |
tree | dea14d5068cd0851f0345ff7d1e1642e424861d9 /src/Network | |
parent | f969b6974c4c5bbbd8b681d02f7dfcea65b76c3f (diff) |
Fix typo
Diffstat (limited to 'src/Network')
-rw-r--r-- | src/Network/BitTorrent/Core/Node.hs | 2 |
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. |
71 | newtype NodeId = NodeId ByteString | 71 | newtype NodeId = NodeId ByteString |
72 | deriving (Show, Eq, Ord, BEncode, FromJSON, ToJSON, Typeable) | 72 | deriving (Show, Eq, Ord, BEncode, FromJSON, ToJSON, Typeable) |