From 6da9461f9268c51cee385f6f61e50071db896a6e Mon Sep 17 00:00:00 2001 From: James Turner Date: Sat, 19 Dec 2015 00:32:25 -0800 Subject: [PATCH] Fix a typo --- 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 a5abbb798..a1456872f 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -1011,7 +1011,7 @@ void fgStartNewReset() SGSubsystemMgr* subsystemManger = globals->get_subsystem_mgr(); // Nasal is manually inited in fgPostInit, ensure it's already shutdown - // before other subsystems, so Nasal listeners don't fire during shutdonw + // before other subsystems, so Nasal listeners don't fire during shutdown SGSubsystem* nasal = subsystemManger->get_subsystem("nasal"); nasal->shutdown(); nasal->unbind(); -- 2.39.5