forked from premiere/premiere-libtorrent
A few typos in documentation.
This commit is contained in:
parent
523bc7576d
commit
1290bf5228
|
@ -352,7 +352,7 @@ namespace libtorrent
|
||||||
upload_limit_too_low,
|
upload_limit_too_low,
|
||||||
|
|
||||||
// This is the same warning as ``upload_limit_too_low`` but referring to the download
|
// This is the same warning as ``upload_limit_too_low`` but referring to the download
|
||||||
// limit instead of upload. This suggests that your download rate limit is mcuh lower
|
// limit instead of upload. This suggests that your download rate limit is much lower
|
||||||
// than your upload capacity. Your upload rate will suffer. To maximize upload rate,
|
// than your upload capacity. Your upload rate will suffer. To maximize upload rate,
|
||||||
// make sure your download rate limit is above 5% of your upload capacity.
|
// make sure your download rate limit is above 5% of your upload capacity.
|
||||||
download_limit_too_low,
|
download_limit_too_low,
|
||||||
|
|
|
@ -414,7 +414,7 @@ namespace libtorrent
|
||||||
//
|
//
|
||||||
// boost::array<char,64>& signature
|
// boost::array<char,64>& signature
|
||||||
// the signature authenticating the current value. This may be zeroes
|
// the signature authenticating the current value. This may be zeroes
|
||||||
// if there is currently no value stored. The functon is expected to
|
// if there is currently no value stored. The function is expected to
|
||||||
// fill in this buffer with the signature of the new value to store.
|
// fill in this buffer with the signature of the new value to store.
|
||||||
// To generate the signature, you may want to use the
|
// To generate the signature, you may want to use the
|
||||||
// ``sign_mutable_item`` function.
|
// ``sign_mutable_item`` function.
|
||||||
|
@ -723,7 +723,7 @@ namespace libtorrent
|
||||||
// ``peer_class_info`` object in the specified peer class. There is no
|
// ``peer_class_info`` object in the specified peer class. There is no
|
||||||
// option to only update a single property.
|
// option to only update a single property.
|
||||||
//
|
//
|
||||||
// A peer or torrent balonging to more than one class, the highest
|
// A peer or torrent belonging to more than one class, the highest
|
||||||
// priority among any of its classes is the one that is taken into
|
// priority among any of its classes is the one that is taken into
|
||||||
// account.
|
// account.
|
||||||
//
|
//
|
||||||
|
@ -789,7 +789,7 @@ namespace libtorrent
|
||||||
//
|
//
|
||||||
// The optional second argument ``options`` can be used to delete all the
|
// The optional second argument ``options`` can be used to delete all the
|
||||||
// files downloaded by this torrent. To do so, pass in the value
|
// files downloaded by this torrent. To do so, pass in the value
|
||||||
// ``session::delete_files``. The removal of the torrent is asyncronous,
|
// ``session::delete_files``. The removal of the torrent is asynchronous,
|
||||||
// there is no guarantee that adding the same torrent immediately after
|
// there is no guarantee that adding the same torrent immediately after
|
||||||
// it was removed will not throw a libtorrent_exception exception. Once
|
// it was removed will not throw a libtorrent_exception exception. Once
|
||||||
// the torrent is deleted, a torrent_deleted_alert is posted.
|
// the torrent is deleted, a torrent_deleted_alert is posted.
|
||||||
|
@ -959,7 +959,7 @@ namespace libtorrent
|
||||||
// the alert queue is full. Some alerts are considered mandatory and cannot
|
// the alert queue is full. Some alerts are considered mandatory and cannot
|
||||||
// be disabled by the ``alert_mask``. For instance,
|
// be disabled by the ``alert_mask``. For instance,
|
||||||
// save_resume_data_alert and save_resume_data_failed_alert are always
|
// save_resume_data_alert and save_resume_data_failed_alert are always
|
||||||
// posted, regardelss of the alert mask.
|
// posted, regardless of the alert mask.
|
||||||
//
|
//
|
||||||
// To control which alerts are posted, set the alert_mask
|
// To control which alerts are posted, set the alert_mask
|
||||||
// (settings_pack::alert_mask).
|
// (settings_pack::alert_mask).
|
||||||
|
|
Loading…
Reference in New Issue