summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/tooltips.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/tooltips.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/tooltips.qdoc')
-rw-r--r--doc/src/examples/tooltips.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/tooltips.qdoc b/doc/src/examples/tooltips.qdoc
index 5daa2b2..78b350b 100644
--- a/doc/src/examples/tooltips.qdoc
+++ b/doc/src/examples/tooltips.qdoc
@@ -353,7 +353,7 @@
Whenever the user creates a new shape item, we want the new item
to appear at a random position, and we use the \c
randomItemPosition() function to calculate such a position. We
- make sure that the item appears within the the visible area of the
+ make sure that the item appears within the visible area of the
\c SortingBox widget, using the widget's current width and heigth
when calculating the random coordinates.