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/src/declarative | |
parent | 4b48d16a6ef2f972e9cc2af1ea8f4f146be9849c (diff) | |
download | Qt-ab4e036137ba21bd6296837af1594db45064bce3.zip Qt-ab4e036137ba21bd6296837af1594db45064bce3.tar.gz Qt-ab4e036137ba21bd6296837af1594db45064bce3.tar.bz2 |
Doc: fixing typos
Diffstat (limited to 'doc/src/declarative')
-rw-r--r-- | doc/src/declarative/qdeclarativeintro.qdoc | 2 |
1 files changed, 1 insertions, 1 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: |