Skip to content
Snippets Groups Projects
Commit b14de18b authored by dt's avatar dt
Browse files

Fix typo in code comment: haaving -> having.

parent 39913b32
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment