aboutsummaryrefslogtreecommitdiffstats
path: root/examples/particles/system/system.qml
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-09-06 22:53:50 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-07 00:25:20 +0200
commitf4be00df17b02bab2bd91d68ec7315a717a5a7e8 (patch)
tree5fb2710f3f860944b0d04f7639ba065cebd9186f /examples/particles/system/system.qml
parent464ff857641211e7e4794a1b711a2ecc77594887 (diff)
doc: fix some typos in .qml files
Change-Id: Ice5d60b06ec9ab81fbd98fd1679c8834f3018938 Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'examples/particles/system/system.qml')
-rw-r--r--examples/particles/system/system.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/particles/system/system.qml b/examples/particles/system/system.qml
index acc98709ff..2177f60987 100644
--- a/examples/particles/system/system.qml
+++ b/examples/particles/system/system.qml
@@ -56,7 +56,7 @@ import "../../shared" as Examples
Start and Stop simply sets the running and paused states of a ParticleSystem. While the system does not perform any simulation when stopped or paused, a restart restarts the simulation from the beginning, while unpausing resumes the simulation from where it was.
- Timed group changes is an example that highlights the ParticleGroup element. While normally referring to groups with a string name is sufficent, additional effects can be
+ Timed group changes is an example that highlights the ParticleGroup element. While normally referring to groups with a string name is sufficient, additional effects can be
done by setting properties on groups.
The first group has a variable duration on it, but always transitions to the second group.
\snippet examples/particles/system/content/timedgroupchanges.qml 0