From 5b4c2f5910052159443f707de2071f63e83b5a5d Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Sat, 8 Sep 2012 17:39:02 +0200 Subject: doc: fix some more typos Change-Id: I7fa055049b9e5900d597754c6004febb153de12b Reviewed-by: Jerome Pasion --- tools/qmlplugindump/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/qmlplugindump') 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 collectReachableMetaObjects(QQmlEngine *engine, const const QSet 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 newBaseExports; foreach (const QQmlType *baseExport, baseExports) { bool match = false; -- cgit v1.2.3