mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Fixed "synchronized" typos
This commit is contained in:
@@ -193,7 +193,7 @@ namespace BlackGui
|
||||
this->m_modelLoader->gracefulShutdown();
|
||||
}
|
||||
|
||||
// create loader, also syncronizes the caches
|
||||
// create loader, also synchronizes the caches
|
||||
this->m_modelLoader = IAircraftModelLoader::createModelLoader(simulator); // last selected simulator or explicit given
|
||||
if (!this->m_modelLoader || !this->m_modelLoader->supportsSimulator(simulator))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user