aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/cppintegration/definetypes.qdoc
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2012-09-25 15:11:13 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-26 09:49:53 +0200
commit5df3c92b9aa892a2e406a42cf4c28eb4b53d8389 (patch)
treed133e17922a7bc114ad5156210d8dfb6ffd50456 /src/qml/doc/src/cppintegration/definetypes.qdoc
parent592101743a1d396db71503a2d7f2c5cb223f4ca8 (diff)
doc: Fix some typos in C++ integration documentation
Change-Id: I883109cf2528a5e10487b38f453c2eed96cc3204 Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
Diffstat (limited to 'src/qml/doc/src/cppintegration/definetypes.qdoc')
-rw-r--r--src/qml/doc/src/cppintegration/definetypes.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/cppintegration/definetypes.qdoc b/src/qml/doc/src/cppintegration/definetypes.qdoc
index 3f4c5c18ac..249cc32884 100644
--- a/src/qml/doc/src/cppintegration/definetypes.qdoc
+++ b/src/qml/doc/src/cppintegration/definetypes.qdoc
@@ -361,7 +361,7 @@ the attributes to be made accessible to \e attachee objects. For the
The QML engine invokes this method in order to attach an instance of
the attached object type to the \e attachee specified by the \c object
- paramter. It is customary, though not strictly required, for this method
+ parameter. It is customary, though not strictly required, for this method
implementation to parent the returned instance to \c object in order
to prevent memory leaks.