diff options
Diffstat (limited to 'src/Network/BitTorrent/Sessions')
-rw-r--r-- | src/Network/BitTorrent/Sessions/Types.lhs | 2 |
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 | ||
151 | TorrentMap is used to keep track all known torrents for the | 151 | TorrentMap is used to keep track all known torrents for the |
152 | client. When some peer trying to connect to us it's necessary to | 152 | client. When some peer trying to connect to us it's necessary to |