aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-01-11 12:40:19 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-14 10:25:48 +0100
commitbe456a3b976ed1f2b74cf5cf35200689bd29f893 (patch)
treeb0869e40c3ec22ff119eb1e132d94844e670d077 /src/qml
parent83deab8d1b82bb3a02b0b92737b298848d19beb6 (diff)
Doc: correcting typo "the the"
Task-number: QTBUG-28756 Spurious repetition of the definite article Doc: corrected trailing space issue. Change-Id: I95c1c5773dc4b25dd0a3625343a67975783435fd Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/doc/src/modules/legacymodules.qdoc2
-rw-r--r--src/qml/qml/qqmlcomponent.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/doc/src/modules/legacymodules.qdoc b/src/qml/doc/src/modules/legacymodules.qdoc
index e5ea830abf..26981334b7 100644
--- a/src/qml/doc/src/modules/legacymodules.qdoc
+++ b/src/qml/doc/src/modules/legacymodules.qdoc
@@ -75,7 +75,7 @@ following semantics apply to located legacy modules:
the located legacy module
\endlist
-A located legacy module may reside on the the local file system or on the
+A located legacy module may reside on the local file system or on the
network and can be referred to by a URL that specifies the file system path or
network URL.
diff --git a/src/qml/qml/qqmlcomponent.cpp b/src/qml/qml/qqmlcomponent.cpp
index 869853063f..1928bcb4b5 100644
--- a/src/qml/qml/qqmlcomponent.cpp
+++ b/src/qml/qml/qqmlcomponent.cpp
@@ -794,7 +794,7 @@ QObject *QQmlComponent::create(QQmlContext *context)
When QQmlComponent constructs an instance, it occurs in three steps:
\list 1
\li The object hierarchy is created, and constant values are assigned.
- \li Property bindings are evaluated for the the first time.
+ \li Property bindings are evaluated for the first time.
\li If applicable, QQmlParserStatus::componentComplete() is called on objects.
\endlist
QQmlComponent::beginCreate() differs from QQmlComponent::create() in that it