diff options
author | dt <qtc-committer@nokia.com> | 2009-08-13 17:21:18 +0200 |
---|---|---|
committer | dt <qtc-committer@nokia.com> | 2009-08-13 17:21:18 +0200 |
commit | b14de18bed2ba039c33e2023163574c0857e9e1d (patch) | |
tree | 89c7c3e8f93990c1e1733b7b5f4b48d1b08d5cf3 | |
parent | 39913b3216ffaa50408f0f61677c8f169ca1223a (diff) | |
download | qt-creator-b14de18bed2ba039c33e2023163574c0857e9e1d.tar.gz |
Fix typo in code comment: haaving -> having.
-rw-r--r-- | src/plugins/qt4projectmanager/makestep.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qt4projectmanager/makestep.cpp b/src/plugins/qt4projectmanager/makestep.cpp index cc6963a66d..78093cdeb9 100644 --- a/src/plugins/qt4projectmanager/makestep.cpp +++ b/src/plugins/qt4projectmanager/makestep.cpp @@ -212,7 +212,7 @@ void MakeStepConfigWidget::updateDetails() } // -w option enables "Enter"/"Leaving directory" messages, which we need for detecting the // absolute file path - // FIXME doing this without the user haaving a way to override this is rather bad + // FIXME doing this without the user having a way to override this is rather bad // so we only do it for unix and if the user didn't override the make command // but for now this is the least invasive change QStringList args = m_makeStep->value(m_buildConfiguration, "makeargs").toStringList(); |