fixed documentation typo

This commit is contained in:
Arvid Norberg 2008-12-30 04:04:17 +00:00
parent 732cc0a855
commit d75985b84c
1 changed files with 1 additions and 1 deletions

View File

@ -3435,7 +3435,7 @@ downloading torrents and seeding torrents respectively. Setting the value to
For example if there are 10 seeding torrents and 10 downloading torrents, and
``active_downloads`` is 4 and ``active_seeds`` is 4, there will be 4 seeds
active and 4 downloading torrents. If the settings are ``active_downloads`` = 2
and ``active_seeds`` = 4, then there will be 2 downloading torrenst and 4 seeding
and ``active_seeds`` = 4, then there will be 2 downloading torrents and 4 seeding
torrents active. Torrents that are not auto managed are also counted against these
limits. If there are non-auto managed torrents that use up all the slots, no
auto managed torrent will be activated.