From 45b001a784f41cb8715911a4b55a6ec3e89925d5 Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Sat, 11 Dec 2010 10:43:39 +0100 Subject: [PATCH] Fix a typo --- src/Airports/simple.cxx | 4 ++-- src/Airports/simple.hxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Airports/simple.cxx b/src/Airports/simple.cxx index 7eceffe5b..c5ac75baf 100644 --- a/src/Airports/simple.cxx +++ b/src/Airports/simple.cxx @@ -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(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 diff --git a/src/Airports/simple.hxx b/src/Airports/simple.hxx index 1eea8d8ec..db5c738a4 100644 --- a/src/Airports/simple.hxx +++ b/src/Airports/simple.hxx @@ -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