diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-05-01 09:31:32 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-05-01 09:31:32 +0400 |
commit | d7df7e201bd7e0893910d77c1ea172ea0c59cd3f (patch) | |
tree | e2561fa4515d2dc95515ae0b7ee5e6c72141a14e /src/Network/BitTorrent/Tracker | |
parent | c80221283ceb618195eb7fde5174f362aea0a27a (diff) |
~ Fix documentation and typos.
Diffstat (limited to 'src/Network/BitTorrent/Tracker')
-rw-r--r-- | src/Network/BitTorrent/Tracker/Scrape.hs | 2 |
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. |