Fix various typos

Found with codespell
This commit is contained in:
luzpaz
2024-12-03 18:56:38 +00:00
committed by Chris Hennes
parent e3508d9228
commit 2d40efd555
12 changed files with 17 additions and 17 deletions

View File

@@ -161,7 +161,7 @@ bool GUIApplication::event(QEvent * ev)
if (ev->type() == QEvent::FileOpen) {
// (macOS workaround when opening FreeCAD by opening a .FCStd file in 1.0)
// With the current implementation of the splash screen boot procedure, Qt will
// start an event loop before FreeCAD is fully initalized. This event loop will
// start an event loop before FreeCAD is fully initialized. This event loop will
// process the QFileOpenEvent that is sent by macOS before the main window is ready.
if (!Gui::getMainWindow()->property("eventLoop").toBool()) {
// If we never reach this point when opening FreeCAD by double clicking an