From 383fb2a5d1978c397cd9ed4c055553114cbc0106 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 27 Jul 2021 14:21:08 +0100 Subject: [PATCH] Fix a typo --- src/Main/fg_commands.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index 6744362dc..f31aec7e7 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -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; }