aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlplugindump
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-09-08 17:39:02 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-10 12:26:28 +0200
commit5b4c2f5910052159443f707de2071f63e83b5a5d (patch)
treefc561f8bdebea3c941610b9addcfb9d3666c64ae /tools/qmlplugindump
parent4ec2d5a489b922beb16fcd1cdf8199a862244ebb (diff)
doc: fix some more typos
Change-Id: I7fa055049b9e5900d597754c6004febb153de12b Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Diffstat (limited to 'tools/qmlplugindump')
-rw-r--r--tools/qmlplugindump/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlplugindump/main.cpp b/tools/qmlplugindump/main.cpp
index 762b7dd025..faedf4e4de 100644
--- a/tools/qmlplugindump/main.cpp
+++ b/tools/qmlplugindump/main.cpp
@@ -203,7 +203,7 @@ QSet<const QMetaObject *> collectReachableMetaObjects(QQmlEngine *engine, const
const QSet<const QQmlType *> extensionExports = qmlTypesByCppName.value(extensionCppName);
// remove extension exports from base imports
- // unfortunately the QQmlType pointers don't match, so can't use QSet::substract
+ // unfortunately the QQmlType pointers don't match, so can't use QSet::subtract
QSet<const QQmlType *> newBaseExports;
foreach (const QQmlType *baseExport, baseExports) {
bool match = false;