Fix a typo
This commit is contained in:
parent
734f2a60d5
commit
383fb2a5d1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue