Fix spelling in comments

Krazy was complaining about those.
This commit is contained in:
Tobias Hunger
2010-10-30 21:54:23 +02:00
parent af0413ec1e
commit cf3a418cd8
27 changed files with 34 additions and 34 deletions

View File

@@ -568,7 +568,7 @@ void QmlCppEngine::masterEngineStateChanged(const DebuggerState &newState)
break;
// here, we shut down the qml engine first.
// but due to everything being asyncronous, we cannot guarantee
// but due to everything being asynchronous, we cannot guarantee
// that it is shut down completely before gdb engine is shut down.
case InferiorShutdownRequested:
if (d->m_activeEngine == d->m_qmlEngine) {