From 86899de63bec5fbbc1fb43e65d18201c4ce6ba92 Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 11 Aug 2021 11:38:07 +0100 Subject: [PATCH] Fix some comments in the runway_remap change --- src/Airports/airport.cxx | 2 +- src/Airports/airport.hxx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Airports/airport.cxx b/src/Airports/airport.cxx index 916312b0f..a0bda635f 100644 --- a/src/Airports/airport.cxx +++ b/src/Airports/airport.cxx @@ -609,7 +609,7 @@ void FGAirport::loadRunwayRenames() const const_cast(this)->parseRunwayRenameData(rootNode); mRunwayRenamesLoaded = true; } catch (sg_exception& e) { - SG_LOG(SG_NAVAID, SG_WARN, ident() << "loading runrway rename XML failed:" << e.getFormattedMessage()); + SG_LOG(SG_NAVAID, SG_WARN, ident() << "loading runway rename XML failed:" << e.getFormattedMessage()); } } diff --git a/src/Airports/airport.hxx b/src/Airports/airport.hxx index 1c0555c5f..160463b8b 100644 --- a/src/Airports/airport.hxx +++ b/src/Airports/airport.hxx @@ -351,8 +351,7 @@ private: void readTowerData(SGPropertyNode* aRoot); /** - * Helpers to parse property data loaded from an ICAO.rwy_override.xml file - * or a ICAO.rwy_override.xml file + * Helpers to parse property data loaded from an ICAO.runway_rename.xml file */ void parseRunwayRenameData(SGPropertyNode* aRoot);