OSDN Git Service

debugger: fix spelling in irrelevant message
authorhjk <qtc-committer@nokia.com>
Tue, 22 Mar 2011 14:17:24 +0000 (15:17 +0100)
committerhjk <qtc-committer@nokia.com>
Tue, 22 Mar 2011 16:03:07 +0000 (17:03 +0100)
src/plugins/debugger/debuggerengine.cpp

index e355de2..754a8ad 100644 (file)
@@ -926,7 +926,7 @@ void DebuggerEngine::notifyInferiorStopOk()
 
 void DebuggerEngine::notifyInferiorSpontaneousStop()
 {
-    showMessage(_("NOTE: INFERIOR SPONTANEOUES STOP"));
+    showMessage(_("NOTE: INFERIOR SPONTANEOUS STOP"));
     QTC_ASSERT(state() == InferiorRunOk, qDebug() << this << state());
     setState(InferiorStopOk);
 }