From d5cd71e0d085323f494919cb310ea9517ca58dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Tue, 26 Sep 2017 14:28:26 -0300 Subject: [PATCH] ULogParser: Solve typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- src/AnalyzeView/ULogParser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AnalyzeView/ULogParser.cc b/src/AnalyzeView/ULogParser.cc index 8399c65f7..17c08fa85 100644 --- a/src/AnalyzeView/ULogParser.cc +++ b/src/AnalyzeView/ULogParser.cc @@ -36,7 +36,7 @@ int ULogParser::sizeOfType(QString& typeName) return 1; } - qWarning() << "Unkown type in ULog : " << typeName; + qWarning() << "Unknown type in ULog : " << typeName; return 0; } -- 2.22.0