diff -r ef0373b55136 -r 758a864f9613 src/declarative/qml/qdeclarativeinstruction.cpp --- a/src/declarative/qml/qdeclarativeinstruction.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/src/declarative/qml/qdeclarativeinstruction.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -218,7 +218,7 @@ qWarning().nospace() << idx << "\t\t" << line << "\t" << "DEFER" << "\t\t\t" << instr->defer.deferCount; break; default: - qWarning().nospace() << idx << "\t\t" << line << "\t" << "XXX UNKOWN INSTRUCTION" << "\t" << instr->type; + qWarning().nospace() << idx << "\t\t" << line << "\t" << "XXX UNKNOWN INSTRUCTION" << "\t" << instr->type; break; } #endif // QT_NO_DEBUG_STREAM