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:
@@ -107,7 +107,7 @@ static bool launchSimulator(const QString &simUdid) {
|
||||
return runSimCtlCommand(QStringList({"boot", simUdid}), nullptr);
|
||||
}
|
||||
} else {
|
||||
qCDebug(simulatorLog) << "Can not start Simulator device."
|
||||
qCDebug(simulatorLog) << "Cannot start Simulator device."
|
||||
<< "Error probing Simulator.app instance";
|
||||
return false;
|
||||
}
|
||||
@@ -438,7 +438,7 @@ void SimulatorControlPrivate::startSimulator(QFutureInterface<SimulatorControl::
|
||||
}
|
||||
|
||||
if (simInfo.isShuttingDown()) {
|
||||
qCDebug(simulatorLog) << "Can not start Simulator device. "
|
||||
qCDebug(simulatorLog) << "Cannot start Simulator device. "
|
||||
<< "Previous instance taking too long to shutdown." << simInfo;
|
||||
return;
|
||||
}
|
||||
@@ -465,7 +465,7 @@ void SimulatorControlPrivate::startSimulator(QFutureInterface<SimulatorControl::
|
||||
qCDebug(simulatorLog) << "Error starting simulator.";
|
||||
}
|
||||
} else {
|
||||
qCDebug(simulatorLog) << "Can not start Simulator device. Simulator not in shutdown state."
|
||||
qCDebug(simulatorLog) << "Cannot start Simulator device. Simulator not in shutdown state."
|
||||
<< simInfo;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user