Fix various typos in source documentation and comments (cont.)

Found via `codespell`
This commit is contained in:
luz paz
2022-12-04 08:21:12 -05:00
committed by Laurent Trinques
parent a76e5446aa
commit 1994235bc5
102 changed files with 277 additions and 277 deletions

View File

@@ -59,7 +59,7 @@ QString SummaryQueryWidget::queryStr() const
return ui->m_user_query_le->text();
}
//Made a string list with the colomns (keys) choosen by the user
//Made a string list with the columns (keys) choosen by the user
QStringList keys = selectedKeys();
QString select ="SELECT ";
@@ -169,7 +169,7 @@ void SummaryQueryWidget::updateQueryLine()
*/
QStringList SummaryQueryWidget::selectedKeys() const
{
//Made a string list with the colomns (keys) choosen by the user
//Made a string list with the columns (keys) choosen by the user
QStringList keys;
int row = 0;
while (auto *item = ui->m_choosen_list->item(row))