diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-07-08 08:18:07 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-07-08 08:18:07 (GMT) |
commit | ab4e036137ba21bd6296837af1594db45064bce3 (patch) | |
tree | 613fb30bf4f77f7f08b069047dd1c7014ba1469e /doc | |
parent | 4b48d16a6ef2f972e9cc2af1ea8f4f146be9849c (diff) | |
download | Qt-ab4e036137ba21bd6296837af1594db45064bce3.zip Qt-ab4e036137ba21bd6296837af1594db45064bce3.tar.gz Qt-ab4e036137ba21bd6296837af1594db45064bce3.tar.bz2 |
Doc: fixing typos
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/qdeclarativeintro.qdoc | 2 | ||||
-rw-r--r-- | doc/src/getting-started/examples.qdoc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/declarative/qdeclarativeintro.qdoc b/doc/src/declarative/qdeclarativeintro.qdoc index 9126a79..3f1b184 100644 --- a/doc/src/declarative/qdeclarativeintro.qdoc +++ b/doc/src/declarative/qdeclarativeintro.qdoc @@ -314,7 +314,7 @@ Item { \section2 Signal Handlers -Signal handlers allow actions to be taken in reponse to an event. For instance, +Signal handlers allow actions to be taken in response to an event. For instance, the \l MouseArea element has signal handlers to handle mouse press, release and click: diff --git a/doc/src/getting-started/examples.qdoc b/doc/src/getting-started/examples.qdoc index b6766d5..a32d120 100644 --- a/doc/src/getting-started/examples.qdoc +++ b/doc/src/getting-started/examples.qdoc @@ -343,8 +343,8 @@ /*! \page examples-draganddrop.html \ingroup all-examples - \title Drag & Drop Examples - \brief How to access your platform's native darg & drop functionality + \title Drag & Drop Examples + \brief How to access your platform's native darg & drop functionality \image draganddrop-examples.png |