aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@digia.com>2012-09-24 16:25:44 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-24 16:31:03 +0200
commitcca0a173bc12265fbfec1e4c73f2aee667cd5aa5 (patch)
tree37bccbbce3e1e80c0499a8f0356db51d7ff876e7 /src
parent2cfcd6e3f52f2eb949f11a8416131519c1bd6d8e (diff)
Fixed instances of "to to" in qtdeclarative.
Really it should just be "to". Change-Id: I3263c8d6ce2f0ad33ab12d7ddb9202beac578f91 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/imports/xmllistmodel/qqmlxmllistmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
index f1be15f7f9..dc7cc13ad6 100644
--- a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
+++ b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
@@ -139,7 +139,7 @@ typedef QPair<int, int> QQuickXmlListRange;
/*!
\qmlproperty bool QtQuick.XmlListModel2::XmlRole::isKey
Defines whether this is a key role.
- Key roles are used to to determine whether a set of values should
+ Key roles are used to determine whether a set of values should
be updated or added to the XML list model when XmlListModel::reload()
is called.