summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/transformations.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/transformations.qdoc')
-rw-r--r--doc/src/examples/transformations.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/transformations.qdoc b/doc/src/examples/transformations.qdoc
index eabb8033d2..58c8b80860 100644
--- a/doc/src/examples/transformations.qdoc
+++ b/doc/src/examples/transformations.qdoc
@@ -208,7 +208,7 @@
After transforming the coordinate system, we draw the \c
RenderArea's shape, and then we restore the painter state using
- the the QPainter::restore() function (i.e. popping the saved state off
+ the QPainter::restore() function (i.e. popping the saved state off
the stack).
\snippet examples/painting/transformations/renderarea.cpp 7