From: david Date: Thu, 3 Jul 2003 17:13:03 +0000 (+0000) Subject: Change a spelling. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fa4d245555a2ae6eeeb21b8a0ea45300c93edc11;p=flightgear.git Change a spelling. --- diff --git a/src/Cockpit/navcom.cxx b/src/Cockpit/navcom.cxx index 8ad33e0fa..e709c4471 100644 --- a/src/Cockpit/navcom.cxx +++ b/src/Cockpit/navcom.cxx @@ -734,7 +734,7 @@ FGNavCom::get_nav_from_flag () const double FGNavCom::get_nav_radial () const { - if (nav_inrange && nav_serviceable->getBoolValue()) { + if (nav_inrange && nav_servicable->getBoolValue()) { double radial = nav_heading + 180; if (radial >= 360) radial -= 360;