typo fixes

This commit is contained in:
Mathew Sutcliffe
2014-04-29 23:48:04 +01:00
parent 4b531c5d4c
commit 695078f85a
2 changed files with 3 additions and 3 deletions

View File

@@ -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;