From cca0a173bc12265fbfec1e4c73f2aee667cd5aa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Mon, 24 Sep 2012 16:25:44 +0200 Subject: Fixed instances of "to to" in qtdeclarative. Really it should just be "to". Change-Id: I3263c8d6ce2f0ad33ab12d7ddb9202beac578f91 Reviewed-by: Sean Harmer --- src/imports/xmllistmodel/qqmlxmllistmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imports') 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 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. -- cgit v1.2.3