forked from premiere/premiere-libtorrent
fixed typo in docs. Fixes #213
This commit is contained in:
parent
c18ae83146
commit
e3158c3107
|
@ -2134,7 +2134,7 @@ number of peers that are seeding (complete) and the total number of peers
|
|||
that are still downloading (incomplete) this torrent.</p>
|
||||
<p><tt class="docutils literal"><span class="pre">total_done</span></tt> 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
|
||||
<tt class="docutils literal"><span class="pre">total_download_payload</span></tt>).</p>
|
||||
<tt class="docutils literal"><span class="pre">total_payload_download</span></tt>).</p>
|
||||
<p><tt class="docutils literal"><span class="pre">total_wanted_done</span></tt> 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.</p>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue