]> git.mxchange.org Git - flightgear.git/commitdiff
Typo fix, pointed out by Emillian.
authorJames Turner <zakalawe@mac.com>
Mon, 11 Feb 2013 12:51:54 +0000 (12:51 +0000)
committerJames Turner <zakalawe@mac.com>
Mon, 11 Feb 2013 12:51:54 +0000 (12:51 +0000)
src/Main/fg_init.cxx

index 12c0381517cade177c594b530ad5dd0c6b5285e9..58bd9aeba7526ec586790c2d7d46eadc34030a6e 100644 (file)
@@ -538,7 +538,7 @@ void fgOutputSettings()
     SG_LOG( SG_GENERAL, SG_INFO, "aircraft-dir = " << '"' << fgGetString("/sim/aircraft-dir") << '"');
     
     SG_LOG( SG_GENERAL, SG_INFO, "aircraft-search-paths = \n\t" << simgear::strutils::join(globals->get_aircraft_paths(), "\n\t") );
-    SG_LOG( SG_GENERAL, SG_INFO, "scenary-search-paths = \n\t" << simgear::strutils::join(globals->get_fg_scenery(), "\n\t") );
+    SG_LOG( SG_GENERAL, SG_INFO, "scenery-search-paths = \n\t" << simgear::strutils::join(globals->get_fg_scenery(), "\n\t") );
 }
 
 // This is the top level init routine which calls all the other