]> git.mxchange.org Git - flightgear.git/commitdiff
Al MacLeod: fix typo
authormfranz <mfranz>
Tue, 4 Oct 2005 20:36:38 +0000 (20:36 +0000)
committermfranz <mfranz>
Tue, 4 Oct 2005 20:36:38 +0000 (20:36 +0000)
src/Main/fg_init.cxx

index 71c0ec8a348e2592929dc06ec660bdb008dcdda3..8cf6a435d086a264697f622ea922f83d2dd8605c 100644 (file)
@@ -991,7 +991,7 @@ static bool fgSetPosFromCarrier( const string& carrier, const string& posid ) {
 
         return true;
     } else {
-        SG_LOG( SG_GENERAL, SG_ALERT, "Failed to locate aircraft carroer = "
+        SG_LOG( SG_GENERAL, SG_ALERT, "Failed to locate aircraft carrier = "
                 << carrier );
         return false;
     }