1
0
Fork 0

spelling fix & remove a couple of trailing spaces

This commit is contained in:
mfranz 2005-10-21 19:24:16 +00:00
parent affa6b8a38
commit 7ece674857

View file

@ -63,7 +63,7 @@ FGInstrumentMgr::FGInstrumentMgr ()
enabled = true; enabled = true;
} else { } else {
SG_LOG( SG_ALL, SG_ALERT, 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, SG_LOG( SG_ALL, SG_ALERT,
" system specification file. See earlier errors for" ); " system specification file. See earlier errors for" );
SG_LOG( SG_ALL, SG_ALERT, SG_LOG( SG_ALL, SG_ALERT,
@ -162,7 +162,6 @@ bool FGInstrumentMgr::build ()
} else if ( name == "tacan" ) { } else if ( name == "tacan" ) {
set_subsystem( "instrument" + temp.str(), set_subsystem( "instrument" + temp.str(),
new TACAN( node ) ); new TACAN( node ) );
} else { } else {
SG_LOG( SG_ALL, SG_ALERT, "Unknown top level section: " SG_LOG( SG_ALL, SG_ALERT, "Unknown top level section: "
<< name ); << name );