From 515ce9b7bf3a8afb25a614f2fbdae31fb4c34610 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Mon, 1 Aug 2016 16:38:27 +0200 Subject: [PATCH] Typo --- src/blackcore/aircraftmatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blackcore/aircraftmatcher.cpp b/src/blackcore/aircraftmatcher.cpp index 0962112d9..3ab6d504a 100644 --- a/src/blackcore/aircraftmatcher.cpp +++ b/src/blackcore/aircraftmatcher.cpp @@ -300,7 +300,7 @@ namespace BlackCore model.setCallsign(callsign); if (log) { - CMatchingUtils::addLogDetailsToList(log, callsign, QString("Uisng model: ICAO '%1', livery '%2', model '%3', type '%4'"). + CMatchingUtils::addLogDetailsToList(log, callsign, QString("Using model: ICAO '%1', livery '%2', model '%3', type '%4'"). arg(model.getAircraftIcaoCode().getCombinedIcaoStringWithKey()). arg(model.getLivery().getCombinedCodePlusInfo()). arg(model.getModelString()).