Fix various typos

Found via `codespell -q 3 -S *.ts`.
PR #15520.
This commit is contained in:
luzpaz
2021-10-05 00:58:25 -04:00
committed by GitHub
parent cd25562fd2
commit 4d480b8761
2 changed files with 2 additions and 2 deletions

View File

@@ -222,7 +222,7 @@ int TransferListSortModel::compare(const QModelIndex &left, const QModelIndex &r
}
default:
Q_ASSERT_X(false, Q_FUNC_INFO, "Missing comparsion case");
Q_ASSERT_X(false, Q_FUNC_INFO, "Missing comparison case");
break;
}