From: James Turner Date: Sat, 19 Dec 2015 08:32:25 +0000 (-0800) Subject: Fix a typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6da9461f9268c51cee385f6f61e50071db896a6e;p=flightgear.git Fix a typo --- 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();