From: daveluff Date: Sat, 26 Nov 2005 23:56:28 +0000 (+0000) Subject: Fix property typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0db0e1992e70f1140f2c868665f7be56395c1b51;p=flightgear.git Fix property typo --- diff --git a/src/Instrumentation/gps.cxx b/src/Instrumentation/gps.cxx index 53cd82ec9..26c007352 100644 --- a/src/Instrumentation/gps.cxx +++ b/src/Instrumentation/gps.cxx @@ -162,7 +162,7 @@ GPS::init () _true_track_node = node->getChild("indicated-track-true-deg", 0, true); _magnetic_track_node = - node->getChild("indicated-track_magnetic-deg", 0, true); + node->getChild("indicated-track-magnetic-deg", 0, true); _speed_node = node->getChild("indicated-ground-speed-kt", 0, true); _odometer_node =