summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/animation.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/doc/src/animation.qdoc')
-rw-r--r--src/corelib/doc/src/animation.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/doc/src/animation.qdoc b/src/corelib/doc/src/animation.qdoc
index 28f88c907a..3d6c1eefa2 100644
--- a/src/corelib/doc/src/animation.qdoc
+++ b/src/corelib/doc/src/animation.qdoc
@@ -222,7 +222,7 @@
A QPropertyAnimation should always have a parent that controls
its lifespan. A typical application may include several animations that
are grouped, where the animation group takes ownership of those animations.
- An independent QProperyAnimation must be explicitly assigned a parent to
+ An independent QPropertyAnimation must be explicitly assigned a parent to
control its lifespan. In the following example, you can see that an
independent QPropertyAnimation has the QApplication instance as its
parent: