1
0
Fork 0

Fix a typo

This commit is contained in:
James Turner 2021-07-27 14:21:08 +01:00
parent 734f2a60d5
commit 383fb2a5d1

View file

@ -830,7 +830,7 @@ do_load_xml_to_proptree(const SGPropertyNode * arg, SGPropertyNode * root)
if (!quiet) {
SG_LOG(SG_IO, SG_INFO, "loadxml: failed to find airport data for " << file << " at ICAO:" << icao);
simgear::reportFailure(simgear::LoadFailure::NotFound, simgear::ErrorCode::XMLLoadCommand,
"loadxml: no airprot data file for:" + icao, file);
"loadxml: no airport data file for:" + icao, file);
}
return false;
}