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

@@ -499,7 +499,7 @@ void CDockWidgetTab::mouseMoveEvent(QMouseEvent* ev)
else if (d->DockArea->openDockWidgetsCount() > 1
&& (internal::globalPositionOf(ev) - d->GlobalDragStartMousePosition).manhattanLength() >= QApplication::startDragDistance()) // Wait a few pixels before start moving
{
// If we start dragging the tab, we save its inital position to
// If we start dragging the tab, we save its initial position to
// restore it later
if (DraggingTab != d->DragState)
{