typo
This commit is contained in:
parent
c210cf509a
commit
940d1aa8df
2 changed files with 2 additions and 2 deletions
|
@ -759,7 +759,7 @@ void FGXMLAutopilot::init() {
|
||||||
|
|
||||||
if ( ! build() ) {
|
if ( ! build() ) {
|
||||||
SG_LOG( SG_ALL, SG_ALERT,
|
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,
|
SG_LOG( SG_ALL, SG_ALERT,
|
||||||
" configuration. See earlier errors for" );
|
" configuration. See earlier errors for" );
|
||||||
SG_LOG( SG_ALL, SG_ALERT,
|
SG_LOG( SG_ALL, SG_ALERT,
|
||||||
|
|
|
@ -41,7 +41,7 @@ FGSystemMgr::FGSystemMgr ()
|
||||||
enabled = true;
|
enabled = true;
|
||||||
} else {
|
} else {
|
||||||
SG_LOG( SG_ALL, SG_ALERT,
|
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,
|
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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue