Ref T129, fixed typo

This commit is contained in:
Klaus Basan
2017-10-03 23:01:16 +02:00
committed by Mathew Sutcliffe
parent 7b212c65bb
commit a070e0e215
4 changed files with 9 additions and 10 deletions

View File

@@ -82,7 +82,7 @@ namespace BlackCore
//! Try to find the corresponding data in DB and get best information for given data
//! \threadsafe
static BlackMisc::Simulation::CAircraftModel reverselLookupModel(
static BlackMisc::Simulation::CAircraftModel reverseLookupModel(
const BlackMisc::Aviation::CCallsign &callsign,
const BlackMisc::Aviation::CAircraftIcaoCode &networkAircraftIcao,
const BlackMisc::Aviation::CAirlineIcaoCode &networkAirlineIcao, const QString &networkLiveryInfo, const QString &networkModelString,
@@ -91,7 +91,7 @@ namespace BlackCore
//! Try to find the corresponding data in DB and get best information for following matching
//! \threadsafe
static BlackMisc::Simulation::CAircraftModel reverselLookupModel(
static BlackMisc::Simulation::CAircraftModel reverseLookupModel(
const BlackMisc::Simulation::CAircraftModel &modelToLookup,
const QString &networkLiveryInfo, BlackMisc::CStatusMessageList *log = nullptr);