X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fheading_indicator_fg.cxx;h=01d33892d8d9a4873e1180214972ccac2f5d2b7f;hb=61812ef4b88f5aa74e9cc0630c84d6fc6b4a51cd;hp=14027a412a3be522e3d1fc2aa82eadd886646b57;hpb=98c03f95e15da580f1c1442f00198ac670779a18;p=flightgear.git diff --git a/src/Instrumentation/heading_indicator_fg.cxx b/src/Instrumentation/heading_indicator_fg.cxx index 14027a412..01d33892d 100644 --- a/src/Instrumentation/heading_indicator_fg.cxx +++ b/src/Instrumentation/heading_indicator_fg.cxx @@ -6,8 +6,8 @@ // This file is in the Public Domain and comes with no warranty. #include -#include STL_IOSTREAM -#include STL_STRING +#include +#include #include #include "heading_indicator_fg.hxx" @@ -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 );