From 6d73634429b8f4fd270c4700b40955b6969ecdca Mon Sep 17 00:00:00 2001
From: Olivier Goffart <olivier.goffart@nokia.com>
Date: Thu, 7 Oct 2010 11:25:53 +0200
Subject: [PATCH] Fix typo in a comment

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

diff --git a/src/plugins/qmljsinspector/qmljsclientproxy.cpp b/src/plugins/qmljsinspector/qmljsclientproxy.cpp
index 42f15c14d87..51ee9cebae0 100644
--- a/src/plugins/qmljsinspector/qmljsclientproxy.cpp
+++ b/src/plugins/qmljsinspector/qmljsclientproxy.cpp
@@ -408,7 +408,7 @@ void ClientProxy::buildDebugIdHashRecursive(const QDeclarativeDebugObjectReferen
         lineNum += rx.cap(3).toInt() - 1;
     }
 
-    //convert the filename to a canonical filename in case of febug build.
+    //convert the filename to a canonical filename in case of shadow build.
     bool isShadowBuild = InspectorUi::instance()->isShadowBuildProject();
     if (isShadowBuild && rev == 0) {
         QString shadowBuildDir = InspectorUi::instance()->debugProjectBuildDirectory();
-- 
GitLab