summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Sessions
diff options
context:
space:
mode:
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