From: James Turner Date: Mon, 11 Feb 2013 12:51:54 +0000 (+0000) Subject: Typo fix, pointed out by Emillian. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cedc3bb5c3da0f5ab5118d5190ab6c3486e6a2d9;p=flightgear.git Typo fix, pointed out by Emillian. --- diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index 12c038151..58bd9aeba 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -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