mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 21:47:38 +03:00
Fix various typos (#8748)
This commit is contained in:
parent
8846880015
commit
880cc230ac
25 changed files with 43 additions and 43 deletions
|
@ -133,7 +133,7 @@ void ReportsWidgetHibp::makeHibpTable()
|
|||
}
|
||||
}
|
||||
|
||||
// Sort decending by the number the password has been exposed
|
||||
// Sort descending by the number the password has been exposed
|
||||
qSort(items.begin(), items.end(), [](QPair<Entry*, int>& lhs, QPair<Entry*, int>& rhs) {
|
||||
return lhs.second > rhs.second;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue