aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2010-10-07 11:25:53 +0200
committerOlivier Goffart <olivier.goffart@nokia.com>2010-10-07 11:25:53 +0200
commit6d73634429b8f4fd270c4700b40955b6969ecdca (patch)
treeea6f6f016d6a5fb858e0538e2040cb0d7bc6675b
parentea221b7ec1373e03908a5b2825a46c4576e5bca0 (diff)
Fix typo in a comment
-rw-r--r--src/plugins/qmljsinspector/qmljsclientproxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmljsinspector/qmljsclientproxy.cpp b/src/plugins/qmljsinspector/qmljsclientproxy.cpp
index 42f15c14d8..51ee9cebae 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();