forked from qt-creator/qt-creator
Fix frequent typo
can not -> cannot Change-Id: Ie872ada1bc9b4ed64bffb667c2e44dbb13b4ad11 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -567,7 +567,7 @@ QList<Task> CMakeConfigurationKitInformation::validate(const Kit *k) const
|
||||
Utils::FileName tcCPath;
|
||||
Utils::FileName tcCxxPath;
|
||||
foreach (const CMakeConfigItem &i, config) {
|
||||
// Do not use expand(QByteArray) as we can not be sure the input is latin1
|
||||
// Do not use expand(QByteArray) as we cannot be sure the input is latin1
|
||||
const Utils::FileName expandedValue
|
||||
= Utils::FileName::fromString(k->macroExpander()->expand(QString::fromUtf8(i.value)));
|
||||
if (i.key == CMAKE_QMAKE_KEY)
|
||||
|
||||
Reference in New Issue
Block a user