summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Sessions
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-07-16 07:48:12 +0400
committerSam T <pxqr.sta@gmail.com>2013-07-16 07:48:12 +0400
commit8c6e5818ee6b901efd975392c54aff5cf2721ae4 (patch)
tree85508d873378f3c0bfac21d09107ba6ff6155346 /src/Network/BitTorrent/Sessions
parent7ad3fd1f6fe3c6719b69f3638542f24b32a3b09c (diff)
~ A few fixes in session.
Diffstat (limited to 'src/Network/BitTorrent/Sessions')
-rw-r--r--src/Network/BitTorrent/Sessions/Types.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Sessions/Types.lhs b/src/Network/BitTorrent/Sessions/Types.lhs
index f3a3e789..69411d4e 100644
--- a/src/Network/BitTorrent/Sessions/Types.lhs
+++ b/src/Network/BitTorrent/Sessions/Types.lhs
@@ -146,7 +146,7 @@ To avoid this we keep just *metainfo* about *metainfo*:
146> -- | Full path to directory contating content files associated 146> -- | Full path to directory contating content files associated
147> -- with the metafile. 147> -- with the metafile.
148> , dataDirPath :: FilePath 148> , dataDirPath :: FilePath
149> } 149> } deriving Show
150 150
151TorrentMap is used to keep track all known torrents for the 151TorrentMap is used to keep track all known torrents for the
152client. When some peer trying to connect to us it's necessary to 152client. When some peer trying to connect to us it's necessary to