summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/transformations.qdoc
diff options
context:
space:
mode:
authorFrederik Schwarzer <schwarzerf@gmail.com>2009-05-11 13:55:59 (GMT)
committerFrederik Schwarzer <schwarzerf@gmail.com>2009-05-11 13:55:59 (GMT)
commite9c8a4cf013906a54b1b05796d6007d878e85398 (patch)
treeaaffd3af0d5198e3fd489c6b6aa0305bbcdfda73 /doc/src/examples/transformations.qdoc
parent38809e24a48f6c4b148cd730a8d5d52a7525e5bd (diff)
downloadQt-e9c8a4cf013906a54b1b05796d6007d878e85398.zip
Qt-e9c8a4cf013906a54b1b05796d6007d878e85398.tar.gz
Qt-e9c8a4cf013906a54b1b05796d6007d878e85398.tar.bz2
typos in docs: double "the"
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 eabb803..58c8b80 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