summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/animation')
-rw-r--r--src/corelib/animation/qabstractanimation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/animation/qabstractanimation.cpp b/src/corelib/animation/qabstractanimation.cpp
index e56d1e26d3..296d583365 100644
--- a/src/corelib/animation/qabstractanimation.cpp
+++ b/src/corelib/animation/qabstractanimation.cpp
@@ -856,7 +856,7 @@ qint64 QAnimationDriver::elapsed() const
\fn QAnimationDriver::started()
This signal is emitted by the animation framework to notify the driver
- that continous animation has started.
+ that continuous animation has started.
\internal
*/
@@ -865,7 +865,7 @@ qint64 QAnimationDriver::elapsed() const
\fn QAnimationDriver::stopped()
This signal is emitted by the animation framework to notify the driver
- that continous animation has stopped.
+ that continuous animation has stopped.
\internal
*/