]> git.mxchange.org Git - flightgear.git/commitdiff
typo
authormfranz <mfranz>
Sat, 4 Feb 2006 01:03:41 +0000 (01:03 +0000)
committermfranz <mfranz>
Sat, 4 Feb 2006 01:03:41 +0000 (01:03 +0000)
src/Autopilot/xmlauto.cxx
src/Systems/system_mgr.cxx

index 9c917720d743c65a7ad0d8fdd0ffb0d01ccd368d..cf730d299d48ca46a0d32ea8b78e4730def7e153 100644 (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,
index cc1844d1a12589a045bcaf058cfbc026c141a519..da2917dae9a0e4fcebeadce846f445233f3ae36f 100644 (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,