aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager/configurestep.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <[email protected]>2011-11-30 15:54:22 +0100
committerhjk <[email protected]>2011-11-30 15:59:40 +0100
commit27211de08356cc0f99ccfc1488a64a911acacf84 (patch)
tree22bd7189e1a7068ad285fd1585290798ececf96f /src/plugins/autotoolsprojectmanager/configurestep.cpp
parent653eaa2f7514f91361c1961ea06e71bfebea220b (diff)
Minor Krazy cleanup in autotools.
Diffstat (limited to 'src/plugins/autotoolsprojectmanager/configurestep.cpp')
-rw-r--r--src/plugins/autotoolsprojectmanager/configurestep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/autotoolsprojectmanager/configurestep.cpp b/src/plugins/autotoolsprojectmanager/configurestep.cpp
index 7098e9aec65..c75c14bbe5e 100644
--- a/src/plugins/autotoolsprojectmanager/configurestep.cpp
+++ b/src/plugins/autotoolsprojectmanager/configurestep.cpp
@@ -179,7 +179,7 @@ void ConfigureStep::run(QFutureInterface<bool>& interface)
{
AutotoolsBuildConfiguration *bc = autotoolsBuildConfiguration();
- //Check wether we need to run configure
+ //Check whether we need to run configure
const QFileInfo configureInfo(bc->buildDirectory() + QLatin1String("/configure"));
const QFileInfo configStatusInfo(bc->buildDirectory() + QLatin1String("/config.status"));