summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Tracker/Scrape.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Tracker/Scrape.hs')
-rw-r--r--src/Network/BitTorrent/Tracker/Scrape.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Tracker/Scrape.hs b/src/Network/BitTorrent/Tracker/Scrape.hs
index 49451a57..c3f4ee64 100644
--- a/src/Network/BitTorrent/Tracker/Scrape.hs
+++ b/src/Network/BitTorrent/Tracker/Scrape.hs
@@ -5,7 +5,7 @@
5-- Stability : experimental 5-- Stability : experimental
6-- Portability : portable 6-- Portability : portable
7-- 7--
8-- By convention most trackers support anouther form of request, 8-- By convention most trackers support another form of request,
9-- which queries the state of a given torrent (or all torrents) that the 9-- which queries the state of a given torrent (or all torrents) that the
10-- tracker is managing. This module provides a way to easily request 10-- tracker is managing. This module provides a way to easily request
11-- scrape info for a particular torrent list. 11-- scrape info for a particular torrent list.