From e525b727f29adad1df3a6a81d6bba7c4617f78ba Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Mon, 3 Mar 2014 17:28:30 +0100 Subject: Fix some typos Change-Id: Iea540b768232ea423ea7f04e41655198931cf36d Reviewed-by: Jerome Pasion --- examples/quick/customitems/slideswitch/doc/src/example-slideswitch.qdoc | 2 +- examples/quick/particles/customparticle/doc/src/customparticle.qdoc | 2 +- examples/quick/particles/imageparticle/doc/src/imageparticle.qdoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/quick') diff --git a/examples/quick/customitems/slideswitch/doc/src/example-slideswitch.qdoc b/examples/quick/customitems/slideswitch/doc/src/example-slideswitch.qdoc index 13df390ef5..08785c71fc 100644 --- a/examples/quick/customitems/slideswitch/doc/src/example-slideswitch.qdoc +++ b/examples/quick/customitems/slideswitch/doc/src/example-slideswitch.qdoc @@ -56,7 +56,7 @@ The objects that compose the switch are: \snippet customitems/slideswitch/content/Switch.qml 1 This property is the interface of the switch. By default, the switch is off and this property is \c false. -It can be used to activate/disactivate the switch or to query its current state. +It can be used to activate/deactivate the switch or to query its current state. In this example: diff --git a/examples/quick/particles/customparticle/doc/src/customparticle.qdoc b/examples/quick/particles/customparticle/doc/src/customparticle.qdoc index fb53a67831..8d496b7d52 100644 --- a/examples/quick/particles/customparticle/doc/src/customparticle.qdoc +++ b/examples/quick/particles/customparticle/doc/src/customparticle.qdoc @@ -37,7 +37,7 @@ Blur Particles adds a blur effect to the particles, which increases over the particle's life time. It uses a custom vertex shader: \snippet particles/customparticle/content/blurparticles.qml vertex - to propagate life time simulation to a custom fragement shader: + to propagate life time simulation to a custom fragment shader: \snippet particles/customparticle/content/blurparticles.qml fragment which has access to both the normal image sampler and a blurred sampler, the image plus a ShaderEffect. diff --git a/examples/quick/particles/imageparticle/doc/src/imageparticle.qdoc b/examples/quick/particles/imageparticle/doc/src/imageparticle.qdoc index ea94a4bc39..5088fd7665 100644 --- a/examples/quick/particles/imageparticle/doc/src/imageparticle.qdoc +++ b/examples/quick/particles/imageparticle/doc/src/imageparticle.qdoc @@ -56,7 +56,7 @@ \snippet particles/imageparticle/content/sharing.qml 1 Note that because it sets the color and alpha in this ImageParticle, it renders the particles in a different color. Since it doesn't specify anything about the rotation, it shares the rotation with the other ImageParticle so that the flowers are rotated the same way in both. - Note that you can undo rotation in another ImageParticle, you just need to explicity set rotationVariation to 0. + Note that you can undo rotation in another ImageParticle, you just need to explicitly set rotationVariation to 0. Sprites demonstrates using an image particle to render animated sprites instead of static images for each particle. */ -- cgit v1.2.3