diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-26 21:15:07 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-26 21:15:07 +0400 |
commit | 420c856451eea4caf92655c63151467d951070e3 (patch) | |
tree | 851b86e0418d1bf0148c9549e339ddf1acd6737d /src/Network/BitTorrent/Tracker | |
parent | 8d094413e88b57dc71f60fb48631fe43174dc696 (diff) |
Fix typo
Diffstat (limited to 'src/Network/BitTorrent/Tracker')
-rw-r--r-- | src/Network/BitTorrent/Tracker/RPC/UDP.hs | 2 |
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 a2099ef0..8d31bfe5 100644 --- a/src/Network/BitTorrent/Tracker/RPC/UDP.hs +++ b/src/Network/BitTorrent/Tracker/RPC/UDP.hs | |||
@@ -105,7 +105,7 @@ data Options = Options | |||
105 | -- | 105 | -- |
106 | , optMaxTimeout :: {-# UNPACK #-} !Int | 106 | , optMaxTimeout :: {-# UNPACK #-} !Int |
107 | 107 | ||
108 | -- | 'optMultiplier' must a positive value. | 108 | -- | 'optMultiplier' /must/ be a positive value. |
109 | , optMultiplier :: {-# UNPACK #-} !Int | 109 | , optMultiplier :: {-# UNPACK #-} !Int |
110 | } deriving (Show, Eq) | 110 | } deriving (Show, Eq) |
111 | 111 | ||