OSDN Git Service

Fix typo in a comment
authorOlivier Goffart <olivier.goffart@nokia.com>
Thu, 7 Oct 2010 09:25:53 +0000 (11:25 +0200)
committerOlivier Goffart <olivier.goffart@nokia.com>
Thu, 7 Oct 2010 09:25:53 +0000 (11:25 +0200)
src/plugins/qmljsinspector/qmljsclientproxy.cpp

index 42f15c1..51ee9ce 100644 (file)
@@ -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();