From: James Turner Date: Wed, 19 Dec 2012 10:06:52 +0000 (+0000) Subject: Fix a typo. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3c6fbffdf24a387d13a026891fe9f1edb940d6d4;p=flightgear.git Fix a typo. --- 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);