summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/examples/rasterwindow.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/doc/examples/rasterwindow.qdoc')
-rw-r--r--src/gui/doc/examples/rasterwindow.qdoc2
1 files changed, 1 insertions, 1 deletions
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.