summaryrefslogtreecommitdiffstats
path: root/src/gui
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
parent751743af4bb80de65399e381d344a2af0968b895 (diff)
Doc: Fix spelling errors
Change-Id: Ibae8d10183f6b15a16b1499daa2df8802dbb014e Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/doc/examples/analogclockwindow.qdoc2
-rw-r--r--src/gui/doc/examples/rasterwindow.qdoc2
2 files changed, 2 insertions, 2 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.
diff --git a/src/gui/doc/examples/rasterwindow.qdoc b/src/gui/doc/examples/rasterwindow.qdoc
index fd69d6d9f9..d78f003b40 100644
--- a/src/gui/doc/examples/rasterwindow.qdoc
+++ b/src/gui/doc/examples/rasterwindow.qdoc
@@ -78,7 +78,7 @@
create the window in the windowing system. Without calling create,
the window will not get events and will not be visible in the
windowing system. The call to create does not show the window. We
- then set the geometry to be something resonable.
+ then set the geometry to be something reasonable.
Then we create the backingstore and pass it the window instance it
is supposed to manage.