summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/transformations.qdoc
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-10-30 17:34:46 +0100
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-10-31 20:20:46 +0100
commit29478a8fe7f530d5d3fb728321cdf4e3191cad83 (patch)
treeeb4641e9153ce0caea316e847558ea71688c66b8 /doc/src/examples/transformations.qdoc
parentba92fe922244a66b4851a049af61cf9be7b1bc9d (diff)
Doc: Fixing typos
Change-Id: I445b4cb0fe88d775c9421fbf1e8b7bb76dec0fc4 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc/src/examples/transformations.qdoc')
-rw-r--r--doc/src/examples/transformations.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/transformations.qdoc b/doc/src/examples/transformations.qdoc
index 2d9f9f770e..74c1a8450a 100644
--- a/doc/src/examples/transformations.qdoc
+++ b/doc/src/examples/transformations.qdoc
@@ -124,7 +124,7 @@
In the constructor we pass the parent parameter on to the base
class, and customize the font that we will use to render the
- coordinates. The QWidget::font() funtion returns the font
+ coordinates. The QWidget::font() function returns the font
currently set for the widget. As long as no special font has been
set, or after QWidget::setFont() is called, this is either a
special font for the widget class, the parent's font or (if this
@@ -163,7 +163,7 @@
\snippet examples/painting/transformations/renderarea.cpp 5
- The \c paintEvent() event handler recieves the \c RenderArea
+ The \c paintEvent() event handler receives the \c RenderArea
widget's paint events. A paint event is a request to repaint all
or part of the widget. It can happen as a result of
QWidget::repaint() or QWidget::update(), or because the widget was