summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2010-09-01 09:06:46 (GMT)
committerChristian Kandeler <christian.kandeler@nokia.com>2010-09-01 12:19:48 (GMT)
commita28de57a7d8556f0ba20031f956070ef8a654038 (patch)
treeff6d1dda2c82583ee039598a331ce7c310e13f0e /src
parentdea941e773e297cab3a62391d21e4e1acdd93bb3 (diff)
downloadQt-a28de57a7d8556f0ba20031f956070ef8a654038.zip
Qt-a28de57a7d8556f0ba20031f956070ef8a654038.tar.gz
Qt-a28de57a7d8556f0ba20031f956070ef8a654038.tar.bz2
QDeclarative: Fix spelling mistake.
Diffstat (limited to 'src')
-rw-r--r--src/declarative/util/qdeclarativeanimation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativeanimation.cpp b/src/declarative/util/qdeclarativeanimation.cpp
index 267642d..3c09747 100644
--- a/src/declarative/util/qdeclarativeanimation.cpp
+++ b/src/declarative/util/qdeclarativeanimation.cpp
@@ -332,7 +332,7 @@ void QDeclarativeAbstractAnimation::setAlwaysRunToEnd(bool f)
stopped - either by setting the \c running property to false, or by calling
the \c stop() method.
- In the following example, the rectangle will spin indefinately.
+ In the following example, the rectangle will spin indefinitely.
\code
Rectangle {