summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Exchange
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-26 02:17:47 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-26 02:17:47 +0400
commitca7ff6f0fc6e5e64a7d76784428da0f27c34175c (patch)
tree184237af657e1df73a33f3b0c34bda54608da4a5 /src/Network/BitTorrent/Exchange
parent3587cd2a50f2b5ec4303c66ee54e50209a1855f3 (diff)
Fix typo
Diffstat (limited to 'src/Network/BitTorrent/Exchange')
-rw-r--r--src/Network/BitTorrent/Exchange/Wire.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Exchange/Wire.hs b/src/Network/BitTorrent/Exchange/Wire.hs
index c0658961..369f0746 100644
--- a/src/Network/BitTorrent/Exchange/Wire.hs
+++ b/src/Network/BitTorrent/Exchange/Wire.hs
@@ -433,8 +433,8 @@ data Connection = Connection
433 connProtocol :: !ProtocolName 433 connProtocol :: !ProtocolName
434 434
435 -- | Set of enabled core extensions, i.e. the pre BEP10 extension 435 -- | Set of enabled core extensions, i.e. the pre BEP10 extension
436 -- mecahnism. This value is used to check if a message is allowed to be sent 436 -- mechanism. This value is used to check if a message is allowed
437 -- or received. 437 -- to be sent or received.
438 , connCaps :: !Caps 438 , connCaps :: !Caps
439 439
440 -- | /Both/ peers handshaked with this infohash. A connection can 440 -- | /Both/ peers handshaked with this infohash. A connection can