From 3c6fbffdf24a387d13a026891fe9f1edb940d6d4 Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 19 Dec 2012 10:06:52 +0000 Subject: [PATCH] Fix a typo. --- src/Airports/simple.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Airports/simple.cxx b/src/Airports/simple.cxx index ff12662df..d261f0c72 100644 --- a/src/Airports/simple.cxx +++ b/src/Airports/simple.cxx @@ -417,7 +417,7 @@ void FGAirport::readThresholdData(SGPropertyNode* aRoot) SGPropertyNode* t0 = runway->getChild("threshold", 0), *t1 = runway->getChild("threshold", 1); assert(t0); - assert(t1); // too strict? mayeb we should finally allow single-ended runways + assert(t1); // too strict? maybe we should finally allow single-ended runways processThreshold(t0); processThreshold(t1); -- 2.39.5