Fix typo in a comment

This commit is contained in:
Olivier Goffart
2010-10-07 11:25:53 +02:00
parent ea221b7ec1
commit 6d73634429

View File

@@ -408,7 +408,7 @@ void ClientProxy::buildDebugIdHashRecursive(const QDeclarativeDebugObjectReferen
lineNum += rx.cap(3).toInt() - 1; 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(); bool isShadowBuild = InspectorUi::instance()->isShadowBuildProject();
if (isShadowBuild && rev == 0) { if (isShadowBuild && rev == 0) {
QString shadowBuildDir = InspectorUi::instance()->debugProjectBuildDirectory(); QString shadowBuildDir = InspectorUi::instance()->debugProjectBuildDirectory();