]> git.mxchange.org Git - flightgear.git/commitdiff
Fix a typo.
authorJames Turner <zakalawe@mac.com>
Wed, 19 Dec 2012 10:06:52 +0000 (10:06 +0000)
committerJames Turner <zakalawe@mac.com>
Wed, 19 Dec 2012 10:06:52 +0000 (10:06 +0000)
src/Airports/simple.cxx

index ff12662df95aa19f5bf35b96c96815b6c8d3e1f4..d261f0c72c1a43d8ab80cea9ec21c568c87c6e67 100644 (file)
@@ -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);