mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Fixed "synchronized" typos
This commit is contained in:
@@ -56,7 +56,7 @@ namespace BlackMisc
|
||||
return this->findBy(&CSimulatedAircraft::isVtol, vtol);
|
||||
}
|
||||
|
||||
CCallsignSet CSimulatedAircraftList::getCallsignsWithSyncronizedParts() const
|
||||
CCallsignSet CSimulatedAircraftList::getCallsignsWithSynchronizedParts() const
|
||||
{
|
||||
CCallsignSet csl;
|
||||
for (const CSimulatedAircraft &aircraft : (*this))
|
||||
|
||||
Reference in New Issue
Block a user