summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/fridgemagnets.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc/src/fridgemagnets.qdoc')
-rw-r--r--examples/widgets/doc/src/fridgemagnets.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/fridgemagnets.qdoc b/examples/widgets/doc/src/fridgemagnets.qdoc
index c3588e812f..fccadd3b71 100644
--- a/examples/widgets/doc/src/fridgemagnets.qdoc
+++ b/examples/widgets/doc/src/fridgemagnets.qdoc
@@ -67,7 +67,7 @@
constructor, or by using the \l{QPainter::}{begin()} method as we
do in this example. The \l{QPainter::}{end()} method deactivates
it. Note that the latter function is called automatically upon
- destruction when the painter is actived by its constructor. The
+ destruction when the painter is activated by its constructor. The
QPainter::Antialiasing render hint ensures that the paint engine
will antialias the edges of primitives if possible.