]> git.mxchange.org Git - flightgear.git/commitdiff
Fix a typo
authorJames Turner <zakalawe@mac.com>
Sat, 19 Dec 2015 08:32:25 +0000 (00:32 -0800)
committerJames Turner <zakalawe@mac.com>
Sat, 19 Dec 2015 08:32:25 +0000 (00:32 -0800)
src/Main/fg_init.cxx

index a5abbb798429fecc8e236af8ec06d183121522a4..a1456872f9191286dc2c3ada29850616c73b099a 100644 (file)
@@ -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();