summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/examples/analogclockwindow.qdoc
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-08-16 10:46:42 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-17 22:45:27 +0200
commit64d22311d809a710a5dee9143c7b662e9f2b20ec (patch)
tree4d9859ddeb65bb93e47c29cffd000f2d211af45d /src/gui/doc/examples/analogclockwindow.qdoc
parent751743af4bb80de65399e381d344a2af0968b895 (diff)
Doc: Fix spelling errors
Change-Id: Ibae8d10183f6b15a16b1499daa2df8802dbb014e Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
Diffstat (limited to 'src/gui/doc/examples/analogclockwindow.qdoc')
-rw-r--r--src/gui/doc/examples/analogclockwindow.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/doc/examples/analogclockwindow.qdoc b/src/gui/doc/examples/analogclockwindow.qdoc
index 0fdad483c6..17db0511f8 100644
--- a/src/gui/doc/examples/analogclockwindow.qdoc
+++ b/src/gui/doc/examples/analogclockwindow.qdoc
@@ -51,7 +51,7 @@
\snippet gui/analogclock/main.cpp 6
- We set a title on the window and resize to a resonable size. Then
+ We set a title on the window and resize to a reasonable size. Then
we start a timer which we will use to redraw the clock every
second.