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;