mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Fix typos
This commit is contained in:
@@ -369,5 +369,5 @@ if (tableHeaders.length > 0) {
|
||||
}
|
||||
|
||||
// default sort by name column
|
||||
if (torrentFilesTable.getSortedColunn() === null)
|
||||
if (torrentFilesTable.getSortedColumn() === null)
|
||||
torrentFilesTable.setSortedColumn('name');
|
||||
|
||||
Reference in New Issue
Block a user