aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/util
diff options
context:
space:
mode:
authorDamian Jansen <damian.jansen@nokia.com>2011-11-04 15:32:58 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-07 01:03:37 +0100
commitcd483db1be2ef7cd5c768fa37c7f8333b04e84b1 (patch)
treed64ab50d5b92071b5033574d4ae4b5aa8191b273 /src/declarative/util
parent3e84e81da776234bf62570b439f1e21848f83c4b (diff)
Documentation fixes
Change-Id: If30f98aafcedc5119e305dcb48b610a459780344 Reviewed-by: Thorbjørn Lund Martsum Reviewed-by: Glenn Watson <glenn.watson@nokia.com>
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.