From d7bd9c47e26b103c549e8882ac94ad81b2e27f11 Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Wed, 2 May 2018 12:27:35 +0200 Subject: [PATCH] Clang: Fix typo in QSKIP() Change-Id: Ib672dc89d33f6da2625b8c12c390e8b677189561 Reviewed-by: Ivan Donchevskii --- src/plugins/clangtools/clangstaticanalyzerunittests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/clangtools/clangstaticanalyzerunittests.cpp b/src/plugins/clangtools/clangstaticanalyzerunittests.cpp index 259c2efa2cd..465b80c64a5 100644 --- a/src/plugins/clangtools/clangstaticanalyzerunittests.cpp +++ b/src/plugins/clangtools/clangstaticanalyzerunittests.cpp @@ -80,7 +80,7 @@ void ClangStaticAnalyzerUnitTests::testProject() = ToolChainKitInformation::toolChain(KitManager::kits().first(), Constants::CXX_LANGUAGE_ID); if (toolchain->typeId() != ProjectExplorer::Constants::MINGW_TOOLCHAIN_TYPEID) - QSKIP("This test is mingw specific, does not run for other toolchais"); + QSKIP("This test is mingw specific, does not run for other toolchains"); } CppTools::Tests::ProjectOpenerAndCloser projectManager;