summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/mandelbrot.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/mandelbrot.qdoc')
-rw-r--r--doc/src/examples/mandelbrot.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/mandelbrot.qdoc b/doc/src/examples/mandelbrot.qdoc
index eb53e95b90..c4a6a49bf1 100644
--- a/doc/src/examples/mandelbrot.qdoc
+++ b/doc/src/examples/mandelbrot.qdoc
@@ -210,7 +210,7 @@
\l{QImage}s. It is called from the constructor to initialize the
\c colormap array with pleasing colors.
- \section1 MandelbrotWidget Class Defintion
+ \section1 MandelbrotWidget Class Definition
The \c MandelbrotWidget class uses \c RenderThread to draw the
Mandelbrot set on screen. Here's the class definition: