Fix various typos (#547)

Typos found via `codespell -q 3 -L te,ridiculus,varius`
This commit is contained in:
luzpaz
2023-08-08 17:46:12 +00:00
committed by GitHub
parent 767933d0cb
commit 0d10c6e2d9
20 changed files with 32 additions and 32 deletions

View File

@@ -269,7 +269,7 @@ void CDockFocusController::onApplicationFocusChanged(QWidget* focusedOld, QWidge
Q_UNUSED(focusedOld);
// Ignore focus changes if we are restoring state, or if user clicked
// a tab wich in turn caused the focus change
// a tab which in turn caused the focus change
if (d->DockManager->isRestoringState() || d->TabPressed)
{
return;