summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-26 14:33:02 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-26 14:33:02 +0400
commita92c7e63331614afba13e0d8e43791e0f440f2fc (patch)
tree4bd9a79488bf37a4776b45d0300fe912edf4ec54 /src/Network/BitTorrent
parent43734d0b481ede51f3cc550d7a6a86abb45710b3 (diff)
Fix typo
Diffstat (limited to 'src/Network/BitTorrent')
-rw-r--r--src/Network/BitTorrent/Tracker/RPC/UDP.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Tracker/RPC/UDP.hs b/src/Network/BitTorrent/Tracker/RPC/UDP.hs
index 4fea7d17..13c108ed 100644
--- a/src/Network/BitTorrent/Tracker/RPC/UDP.hs
+++ b/src/Network/BitTorrent/Tracker/RPC/UDP.hs
@@ -166,7 +166,7 @@ data RpcException
166 -- | Tracker exists but not responding for specific number of seconds. 166 -- | Tracker exists but not responding for specific number of seconds.
167 | TrackerNotResponding Int 167 | TrackerNotResponding Int
168 168
169 -- | Tracker respond with unexpected message type. 169 -- | Tracker responded with unexpected message type.
170 | UnexpectedResponse 170 | UnexpectedResponse
171 { expectedMsg :: String 171 { expectedMsg :: String
172 , actualMsg :: String 172 , actualMsg :: String