1
0
Fork 0
This commit is contained in:
mfranz 2006-02-04 01:03:41 +00:00
parent c210cf509a
commit 940d1aa8df
2 changed files with 2 additions and 2 deletions

View file

@ -759,7 +759,7 @@ void FGXMLAutopilot::init() {
if ( ! build() ) {
SG_LOG( SG_ALL, SG_ALERT,
"Detected an internal inconsistancy in the autopilot");
"Detected an internal inconsistency in the autopilot");
SG_LOG( SG_ALL, SG_ALERT,
" configuration. See earlier errors for" );
SG_LOG( SG_ALL, SG_ALERT,

View file

@ -41,7 +41,7 @@ FGSystemMgr::FGSystemMgr ()
enabled = true;
} else {
SG_LOG( SG_ALL, SG_ALERT,
"Detected an internal inconsistancy in the systems");
"Detected an internal inconsistency in the systems");
SG_LOG( SG_ALL, SG_ALERT,
" system specification file. See earlier errors for" );
SG_LOG( SG_ALL, SG_ALERT,