summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/collidingmice-example.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc/src/collidingmice-example.qdoc')
-rw-r--r--examples/widgets/doc/src/collidingmice-example.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/collidingmice-example.qdoc b/examples/widgets/doc/src/collidingmice-example.qdoc
index 1d0edd1ceb..4f6859406e 100644
--- a/examples/widgets/doc/src/collidingmice-example.qdoc
+++ b/examples/widgets/doc/src/collidingmice-example.qdoc
@@ -137,7 +137,7 @@
Because the complexity of arbitrary shape-shape intersection grows
with an order of magnitude when the shapes are complex, this
- operation can be noticably time consuming. An alternative approach
+ operation can be noticeably time consuming. An alternative approach
is to reimplement the \l
{QGraphicsItem::collidesWithItem()}{collidesWithItem()} function
to provide your own custom item and shape collision algorithm.