From e3158c310791d6a76784a3aed80a01a6fed6fd26 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 25 Nov 2007 08:38:25 +0000 Subject: [PATCH] fixed typo in docs. Fixes #213 --- docs/manual.html | 2 +- docs/manual.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual.html b/docs/manual.html index 9040e2349..14564a838 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -2134,7 +2134,7 @@ number of peers that are seeding (complete) and the total number of peers that are still downloading (incomplete) this torrent.

total_done is the total number of bytes of the file(s) that we have. All this does not necessarily has to be downloaded during this session (that's -total_download_payload).

+total_payload_download).

total_wanted_done is the number of bytes we have downloaded, only counting the pieces that we actually want to download. i.e. excluding any pieces that we have but are filtered as not wanted.

diff --git a/docs/manual.rst b/docs/manual.rst index 73e1dadc4..fe8594c20 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -2112,7 +2112,7 @@ that are still downloading (incomplete) this torrent. ``total_done`` is the total number of bytes of the file(s) that we have. All this does not necessarily has to be downloaded during this session (that's -``total_download_payload``). +``total_payload_download``). ``total_wanted_done`` is the number of bytes we have downloaded, only counting the pieces that we actually want to download. i.e. excluding any pieces that we have but