Fix typos

This commit is contained in:
Vasiliy Halimonchuk 2019-05-30 00:00:24 +03:00
parent fe0fb3a251
commit 80d1c48f0d
4 changed files with 11 additions and 11 deletions

View file

@ -369,5 +369,5 @@ if (tableHeaders.length > 0) {
}
// default sort by name column
if (torrentFilesTable.getSortedColunn() === null)
if (torrentFilesTable.getSortedColumn() === null)
torrentFilesTable.setSortedColumn('name');