From 8bd53cfdc43d9780719f21b36aeb9006cc2dedd1 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Mon, 12 Jan 2015 14:02:25 +0100 Subject: [PATCH] QmlJsTools: Fix typo in comment Change-Id: I51cf21704c8a2b7ff8217aaf189a7ca66c2f24a6 Reviewed-by: Fawzi Mohamed --- src/plugins/qmljstools/qmljsmodelmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qmljstools/qmljsmodelmanager.cpp b/src/plugins/qmljstools/qmljsmodelmanager.cpp index 7729f166b3b..bb765cbf939 100644 --- a/src/plugins/qmljstools/qmljsmodelmanager.cpp +++ b/src/plugins/qmljstools/qmljsmodelmanager.cpp @@ -264,7 +264,7 @@ ModelManagerInterface::WorkingCopy ModelManager::workingCopyInternal() const void ModelManager::updateDefaultProjectInfo() { - // needs to be performed in the ui therad + // needs to be performed in the ui thread ProjectExplorer::Project *currentProject = ProjectExplorer::ProjectTree::currentProject(); ProjectInfo newDefaultProjectInfo = projectInfo(currentProject, defaultProjectInfoForProject(currentProject));