Index: sources/gui/guiglobals.cpp =================================================================== diff -u -r0e528e5f706308c7b0e8f22a4d9dbb5b5715db7c -ree50b509107a743f6133a33371e18646ff9c10b2 --- sources/gui/guiglobals.cpp (.../guiglobals.cpp) (revision 0e528e5f706308c7b0e8f22a4d9dbb5b5715db7c) +++ sources/gui/guiglobals.cpp (.../guiglobals.cpp) (revision ee50b509107a743f6133a33371e18646ff9c10b2) @@ -103,7 +103,7 @@ QObject::connect(_viewer, &QQuickView::statusChanged, qApp, [=](QQuickView::Status vStatus) { // coco begin validated: this portion of the code is handling application initialization - // and if not initialized correctly will terminate the applicaiton . + // and if not initialized correctly will terminate the application . // So it had been manually tested. bool ok = vStatus == QQuickView::Ready; if (ok) {