forked from qt-creator/qt-creator
debugger: fix spelling in irrelevant message
This commit is contained in:
@@ -926,7 +926,7 @@ void DebuggerEngine::notifyInferiorStopOk()
|
|||||||
|
|
||||||
void DebuggerEngine::notifyInferiorSpontaneousStop()
|
void DebuggerEngine::notifyInferiorSpontaneousStop()
|
||||||
{
|
{
|
||||||
showMessage(_("NOTE: INFERIOR SPONTANEOUES STOP"));
|
showMessage(_("NOTE: INFERIOR SPONTANEOUS STOP"));
|
||||||
QTC_ASSERT(state() == InferiorRunOk, qDebug() << this << state());
|
QTC_ASSERT(state() == InferiorRunOk, qDebug() << this << state());
|
||||||
setState(InferiorStopOk);
|
setState(InferiorStopOk);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user