1
0
Fork 0

Fix a typo

This commit is contained in:
Frederic Bouvier 2010-12-11 10:43:39 +01:00
parent 29396f883d
commit 45b001a784
2 changed files with 3 additions and 3 deletions

View file

@ -372,7 +372,7 @@ void FGAirport::loadRunways() const
}
mRunwaysLoaded = true;
loadSceneryDefintions();
loadSceneryDefinitions();
}
void FGAirport::loadTaxiways() const
@ -399,7 +399,7 @@ void FGAirport::loadProcedures() const
Route::loadAirportProcedures(path, const_cast<FGAirport*>(this));
}
void FGAirport::loadSceneryDefintions() const
void FGAirport::loadSceneryDefinitions() const
{
// allow users to disable the scenery data in the short-term
// longer term, this option can probably disappear

View file

@ -242,7 +242,7 @@ private:
/**
* helper to read airport data from the scenery XML files.
*/
void loadSceneryDefintions() const;
void loadSceneryDefinitions() const;
/**
* Helpers to process property data loaded from an ICAO.threshold.xml file