Index: sources/gui/guiglobals.cpp =================================================================== diff -u -r9a7be58dc7d9d8a2b502a91b684dd4b046b6a96a -r618891879f5cdc68e37ee68eea005afb76dd4e5b --- sources/gui/guiglobals.cpp (.../guiglobals.cpp) (revision 9a7be58dc7d9d8a2b502a91b684dd4b046b6a96a) +++ sources/gui/guiglobals.cpp (.../guiglobals.cpp) (revision 618891879f5cdc68e37ee68eea005afb76dd4e5b) @@ -100,7 +100,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) {