summaryrefslogtreecommitdiffstats
path: root/src/doc/src/declarative/example-slideswitch.qdoc
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-03-04 20:25:54 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-05 11:03:10 +0100
commit9aac83d22ddbebc22fb1360d710263d349c2fdda (patch)
tree7aa83487218bffaafa014063d98c778fc3019aa0 /src/doc/src/declarative/example-slideswitch.qdoc
parent57b34cf8dbad22a1c37bf44753d314dc22c3fc70 (diff)
Fix typos in comments and documentation
Change-Id: Ie7c4d63d632bf32ee583ddcd807252225ddde3fd Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src/doc/src/declarative/example-slideswitch.qdoc')
-rw-r--r--src/doc/src/declarative/example-slideswitch.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/src/declarative/example-slideswitch.qdoc b/src/doc/src/declarative/example-slideswitch.qdoc
index b294a83a..9d115e1f 100644
--- a/src/doc/src/declarative/example-slideswitch.qdoc
+++ b/src/doc/src/declarative/example-slideswitch.qdoc
@@ -53,7 +53,7 @@ The elements that compose the switch are:
\snippet examples/declarative/ui-components/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: