]> git.mxchange.org Git - flightgear.git/commitdiff
spelling fix & remove a couple of trailing spaces
authormfranz <mfranz>
Fri, 21 Oct 2005 19:24:16 +0000 (19:24 +0000)
committermfranz <mfranz>
Fri, 21 Oct 2005 19:24:16 +0000 (19:24 +0000)
src/Instrumentation/instrument_mgr.cxx

index 37f4da0e3fac346585ac84814f965f0e9e5b7f5b..f95fe9f78050579a513655b144fd755ee7fd4ca8 100644 (file)
@@ -63,13 +63,13 @@ FGInstrumentMgr::FGInstrumentMgr ()
                 enabled = true;
             } else {
                 SG_LOG( SG_ALL, SG_ALERT,
-                        "Detected an internal inconsistancy in the instrumentation");
+                        "Detected an internal inconsistency in the instrumentation");
                 SG_LOG( SG_ALL, SG_ALERT,
                         " system specification file.  See earlier errors for" );
                 SG_LOG( SG_ALL, SG_ALERT,
                         " details.");
                 exit(-1);
-            }        
+            }
         } catch (const sg_exception& exc) {
             SG_LOG( SG_ALL, SG_ALERT, "Failed to load instrumentation system model: "
                     << config.str() );
@@ -162,7 +162,6 @@ bool FGInstrumentMgr::build ()
         } else if ( name == "tacan" ) { 
             set_subsystem( "instrument" + temp.str(), 
                            new TACAN( node ) );
-                           
         } else {
             SG_LOG( SG_ALL, SG_ALERT, "Unknown top level section: " 
                     << name );