diff --git a/docs/manual.html b/docs/manual.html index e599d808b..4d19d2ff3 100755 --- a/docs/manual.html +++ b/docs/manual.html @@ -376,7 +376,7 @@ the parameters, see listen_on()

~session()

The destructor of session will notify all trackers that our torrents have been shut down. -If some trackers are down, they will timout. All this before the destructor of session +If some trackers are down, they will time out. All this before the destructor of session returns. So, it's adviced that any kind of interface (such as windows) are closed before destructing the sessoin object. Because it can take a few second for it to finish. The timeout can be set with set_http_settings().

diff --git a/docs/manual.rst b/docs/manual.rst index 11e23f0c4..908447388 100755 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -281,7 +281,7 @@ the parameters, see ``listen_on()`` function. ---------- The destructor of session will notify all trackers that our torrents have been shut down. -If some trackers are down, they will timout. All this before the destructor of session +If some trackers are down, they will time out. All this before the destructor of session returns. So, it's adviced that any kind of interface (such as windows) are closed before destructing the sessoin object. Because it can take a few second for it to finish. The timeout can be set with ``set_http_settings()``.