]> git.mxchange.org Git - flightgear.git/commitdiff
Fix a typo
authorFrederic Bouvier <fredfgfs01@free.fr>
Sat, 11 Dec 2010 09:43:39 +0000 (10:43 +0100)
committerFrederic Bouvier <fredfgfs01@free.fr>
Sat, 11 Dec 2010 09:43:39 +0000 (10:43 +0100)
src/Airports/simple.cxx
src/Airports/simple.hxx

index 7eceffe5b583dfd2a91b61d82e9838344bf85c60..c5ac75baff32d7dc52568c14d0d2ee6e8abfb338 100644 (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
index 1eea8d8ec1c53faa74d2e8e676162df4e1232131..db5c738a45b227055433e09988d712f908d1ed77 100644 (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