mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
typo fixes
This commit is contained in:
@@ -78,7 +78,7 @@ namespace BlackMisc
|
||||
/*
|
||||
* To FL
|
||||
*/
|
||||
void CAltitude::toFLightLevel()
|
||||
void CAltitude::toFlightLevel()
|
||||
{
|
||||
Q_ASSERT(this->m_datum == MeanSeaLevel || this->m_datum == FlightLevel);
|
||||
this->m_datum = FlightLevel;
|
||||
|
||||
Reference in New Issue
Block a user