aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/util')
-rw-r--r--src/declarative/util/qdeclarativepath.cpp4
-rw-r--r--src/declarative/util/qdeclarativepropertychanges.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/util/qdeclarativepath.cpp b/src/declarative/util/qdeclarativepath.cpp
index 146fbf9950..0b8349ccf1 100644
--- a/src/declarative/util/qdeclarativepath.cpp
+++ b/src/declarative/util/qdeclarativepath.cpp
@@ -1396,7 +1396,7 @@ void QDeclarativePathSvg::addToPath(QPainterPath &path, const QDeclarativePathDa
PathView's path. You can use it to bunch together items on part of
the path, and spread them out on other parts of the path.
- The examples below show the normal distrubution of items along a path
+ The examples below show the normal distribution of items along a path
compared to a distribution which places 50% of the items along the
PathLine section of the path.
\table
@@ -1438,7 +1438,7 @@ void QDeclarativePathSvg::addToPath(QPainterPath &path, const QDeclarativePathDa
/*!
\qmlproperty real QtQuick2::PathPercent::value
- The proporation of items that should be laid out up to this point.
+ The proportion of items that should be laid out up to this point.
This value should always be higher than the last value specified
by a PathPercent at a previous position in the Path.
diff --git a/src/declarative/util/qdeclarativepropertychanges.cpp b/src/declarative/util/qdeclarativepropertychanges.cpp
index 818c1638cd..0ad601914e 100644
--- a/src/declarative/util/qdeclarativepropertychanges.cpp
+++ b/src/declarative/util/qdeclarativepropertychanges.cpp
@@ -108,7 +108,7 @@ QT_BEGIN_NAMESPACE
\section2 Resetting property values
The \c undefined value can be used to reset the property value for a state.
- In the following example, when \c theText changes to the \e widerText
+ In the following example, when \c myText changes to the \e widerText
state, its \c width property is reset, giving the text its natural width
and displaying the whole string on a single line.