Fix typos

Reviewed-by: thorbjorn
This commit is contained in:
Tobias Hunger
2010-01-11 10:22:55 +01:00
parent 443a0377b4
commit 592e494d1a
51 changed files with 92 additions and 90 deletions

View File

@@ -184,8 +184,8 @@ QString Qt4BuildConfiguration::buildDirectory() const
/// returns whether this is a shadow build configuration or not
/// note, even if shadowBuild() returns true, it might be using the
/// source directory as the shadow build directorys, thus not
/// still be a insource build
/// source directory as the shadow build directory, thus it
/// still is a in-source build
bool Qt4BuildConfiguration::shadowBuild() const
{
return m_shadowBuild;
@@ -391,7 +391,7 @@ bool Qt4BuildConfiguration::compareToImportFrom(const QString &workingDirectory)
// and compare that on its own
QString actualSpec = extractSpecFromArgumentList(qs->userArguments(), workingDirectory, version);
if (actualSpec.isEmpty()) {
// Easy one the user has choosen not to override the settings
// Easy one: the user has chosen not to override the settings
actualSpec = version->mkspec();
}