]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/heading_indicator_fg.cxx
Csaba HALASZ & Syd ADAMS: make radar font configurable
[flightgear.git] / src / Instrumentation / heading_indicator_fg.cxx
index 14027a412a3be522e3d1fc2aa82eadd886646b57..b5dde762d8a10828d285141e8f9c714ea1db82ab 100644 (file)
@@ -131,7 +131,7 @@ HeadingIndicatorFG::update (double dt)
 
     _heading_out_node->setDoubleValue(heading);
 
-                                    // calculate the difference between the indicacted heading
+                                    // calculate the difference between the indicated heading
                                     // and the selected heading for use with an autopilot
        static SGPropertyNode *bnode
         = fgGetNode( "/autopilot/settings/heading-bug-deg", false );