summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/tooltips.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc/src/tooltips.qdoc')
-rw-r--r--examples/widgets/doc/src/tooltips.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/tooltips.qdoc b/examples/widgets/doc/src/tooltips.qdoc
index e0b17d2fd9..4712c80851 100644
--- a/examples/widgets/doc/src/tooltips.qdoc
+++ b/examples/widgets/doc/src/tooltips.qdoc
@@ -178,7 +178,7 @@
making each shape item appear at its defined position. But
remember to translate the coordinate system back when the item is
drawn, otherwise the next shape item will appear at a position
- relative to the item we drawed last.
+ relative to the item drawn last.
\snippet widgets/tooltips/sortingbox.cpp 10