Fix various typos throughout the codebase (#13029)

* Fix various typos throughout the codebase

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
luzpaz
2024-03-18 17:54:30 -04:00
committed by GitHub
parent f94c2051c0
commit 5839134e95
17 changed files with 24 additions and 22 deletions

View File

@@ -325,7 +325,7 @@ QString Action::createToolTip(QString helpText,
//
// The long winding code is to deal with the fact that Qt will auto wrap
// a rich text tooltip but the width is too short. We can escape the auto
// wrappin using <p style='white-space:pre'>.
// wrapping using <p style='white-space:pre'>.
QString shortcut = shortCut;
if (!shortcut.isEmpty() && helpText.endsWith(shortcut)) {