From 645730361af3377a08041dd44e83bcaed18b64ea Mon Sep 17 00:00:00 2001
From: Tobias Hunger <tobias.hunger@nokia.com>
Date: Thu, 30 Sep 2010 12:47:45 +0200
Subject: [PATCH] Typo fix.

---
 src/plugins/projectexplorer/msvcparser.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/projectexplorer/msvcparser.cpp b/src/plugins/projectexplorer/msvcparser.cpp
index 7051717870f..ca9acdce6eb 100644
--- a/src/plugins/projectexplorer/msvcparser.cpp
+++ b/src/plugins/projectexplorer/msvcparser.cpp
@@ -39,7 +39,7 @@ using namespace ProjectExplorer;
 
 MsvcParser::MsvcParser()
 {
-    setObjectName(QLatin1String("MavcParser"));
+    setObjectName(QLatin1String("MsvcParser"));
     m_compileRegExp.setPattern(QString::fromLatin1("^") + QLatin1String(FILE_POS_PATTERN)
                                + QLatin1String(" : .*(warning|error) (")
                                + QLatin1String(ERROR_PATTERN) + QLatin1String(".*)$"));
-- 
GitLab