mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
Fixed typos, spelling correction
This commit is contained in:
@@ -293,11 +293,11 @@ QByteArray btjson::getTorrents(QString filter, QString label,
|
||||
* - "seq_dl": Torrent sequential download state
|
||||
* - "f_l_piece_prio": Torrent first last piece priority state
|
||||
* Server state map may contain the following keys:
|
||||
* - "connection_status": conection status
|
||||
* - "connection_status": connection status
|
||||
* - "dht_nodes": DHT nodes count
|
||||
* - "dl_info_data": bytes downloaded
|
||||
* - "dl_info_speed": download speed
|
||||
* - "dl_rate_limit: downlaod rate limit
|
||||
* - "dl_rate_limit: download rate limit
|
||||
* - "up_info_data: bytes uploaded
|
||||
* - "up_info_speed: upload speed
|
||||
* - "up_rate_limit: upload speed limit
|
||||
|
||||
@@ -14,7 +14,7 @@ Notes:
|
||||
CSS rules in this file:
|
||||
|
||||
1. Rules required by all MochaUI components or are shared by more than one.
|
||||
2. Theme specific ajustments to plugin styles.
|
||||
2. Theme specific adjustments to plugin styles.
|
||||
3. Miscellaneous rules that have no better place to go.
|
||||
|
||||
*/
|
||||
|
||||
@@ -263,7 +263,7 @@ var ContextMenu = new Class({
|
||||
return this;
|
||||
},
|
||||
|
||||
//diable the entire menu
|
||||
//disable the entire menu
|
||||
disable: function() {
|
||||
this.options.disabled = true;
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user