From 940d1aa8df3a358d181f3cba36d505c516c930bd Mon Sep 17 00:00:00 2001 From: mfranz Date: Sat, 4 Feb 2006 01:03:41 +0000 Subject: [PATCH] typo --- src/Autopilot/xmlauto.cxx | 2 +- src/Systems/system_mgr.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Autopilot/xmlauto.cxx b/src/Autopilot/xmlauto.cxx index 9c917720d..cf730d299 100644 --- a/src/Autopilot/xmlauto.cxx +++ b/src/Autopilot/xmlauto.cxx @@ -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, diff --git a/src/Systems/system_mgr.cxx b/src/Systems/system_mgr.cxx index cc1844d1a..da2917dae 100644 --- a/src/Systems/system_mgr.cxx +++ b/src/Systems/system_mgr.cxx @@ -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, -- 2.39.5