From cedc3bb5c3da0f5ab5118d5190ab6c3486e6a2d9 Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 11 Feb 2013 12:51:54 +0000 Subject: [PATCH] Typo fix, pointed out by Emillian. --- src/Main/fg_init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5