From 74caa031c400ac822acadeccebedbeb7f8f49518 Mon Sep 17 00:00:00 2001 From: ck Date: Fri, 16 Oct 2009 16:42:42 +0200 Subject: [PATCH] Fix typo --- src/plugins/projectexplorer/buildmanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/buildmanager.h b/src/plugins/projectexplorer/buildmanager.h index f201015e58e..4b3f1393a27 100644 --- a/src/plugins/projectexplorer/buildmanager.h +++ b/src/plugins/projectexplorer/buildmanager.h @@ -55,7 +55,7 @@ class PROJECTEXPLORER_EXPORT BuildManager { Q_OBJECT - //NBS TODO this class has to many different variables which hold state: + //NBS TODO this class has too many different variables which hold state: // m_buildQueue, m_running, m_canceled, m_progress, m_maxProgress, m_activeBuildSteps and ... // I might need to reduce that