aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldomtop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmldom/qqmldomtop.cpp')
-rw-r--r--src/qmldom/qqmldomtop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmldom/qqmldomtop.cpp b/src/qmldom/qqmldomtop.cpp
index 7777745887..57259c1659 100644
--- a/src/qmldom/qqmldomtop.cpp
+++ b/src/qmldom/qqmldomtop.cpp
@@ -285,7 +285,7 @@ void DomUniverse::execQueue()
ParsingTask t = m_queue.dequeue();
shared_ptr<DomUniverse> topPtr = t.requestingUniverse.lock();
if (!topPtr) {
- myErrors().error(tr("Ignoring calback for loading of %1: universe is not valid anymore").arg(t.canonicalPath)).handle();
+ myErrors().error(tr("Ignoring callback for loading of %1: universe is not valid anymore").arg(t.canonicalPath)).handle();
}
Q_ASSERT(false && "Unhandled kind in queue");
}